mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 06:47:28 +01:00
tests: codetools: hastxtword count>1
git-svn-id: trunk@35735 -
This commit is contained in:
parent
e3eb046488
commit
f3d45bc669
@ -87,6 +87,7 @@ begin
|
||||
t('a','a a',true,2);
|
||||
t('a','ab a',true,1);
|
||||
t('abc','ab abcd',false,1);
|
||||
t('ab','abab',false,2);
|
||||
end;
|
||||
|
||||
initialization
|
||||
|
||||
Loading…
Reference in New Issue
Block a user