mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:59:16 +02:00
tests: added TestCompareTextIgnoringSpace test
git-svn-id: trunk@40184 -
This commit is contained in:
parent
bd361cb359
commit
e3fad78b87
@ -160,6 +160,8 @@ begin
|
|||||||
t(' a','a',0);
|
t(' a','a',0);
|
||||||
t(' a','a ',0);
|
t(' a','a ',0);
|
||||||
t(' a: b','a:b',0);
|
t(' a: b','a:b',0);
|
||||||
|
t('procedure TCustomSynEdit.LineCountChanged(Sender: TSynEditStrings; AIndex,'#13#10' ACount: Integer); ',
|
||||||
|
'procedure TCustomSynEdit.LineCountChanged(Sender: TSynEditStrings; AIndex, ACount: Integer);',0);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
|
Loading…
Reference in New Issue
Block a user