This commit is contained in:
Ivan Bondarev 2022-10-23 12:46:14 +02:00
parent 1da58e2eae
commit 03602a04a0

View file

@ -466,7 +466,7 @@ namespace VisualPascalABC
else if (c == '\'')
{
beg_off--;
while (beg_off >= 0 && text[beg_off] != '\'')
while (beg_off >= 0 && text[beg_off] != '\'' && text[beg_off] != '/')
beg_off--;
}
else