mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 07:22:03 +02:00
codetools: find references: end string constants at line end
git-svn-id: trunk@34612 -
This commit is contained in:
parent
eb5f4cfb5d
commit
114db28e1d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user