This commit is contained in:
parent
1da58e2eae
commit
03602a04a0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue