tests: codetools: hastxtword count>1

git-svn-id: trunk@35735 -
This commit is contained in:
mattias 2012-03-05 14:29:11 +00:00
parent e3eb046488
commit f3d45bc669

View File

@ -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