tests: added TestCompareTextIgnoringSpace test

git-svn-id: trunk@40184 -
This commit is contained in:
mattias 2013-02-04 22:37:53 +00:00
parent bd361cb359
commit e3fad78b87

View File

@ -160,6 +160,8 @@ begin
t(' a','a',0);
t(' a','a ',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;
initialization