codetools: find references: end string constants at line end

git-svn-id: trunk@34612 -
This commit is contained in:
mattias 2012-01-06 10:49:16 +00:00
parent eb5f4cfb5d
commit 114db28e1d

View File

@ -4411,6 +4411,8 @@ var
end;
'''':
InStrConst:=not InStrConst;
#10,#13:
InStrConst:=false;
end;
inc(StartPos);
end;
@ -4461,6 +4463,8 @@ var
end;
'''':
InStrConst:=not InStrConst;
#10,#13:
InStrConst:=false;
end;
inc(StartPos);
end;