* Adapted test to test for 27831

git-svn-id: trunk@30641 -
This commit is contained in:
michael 2015-04-18 07:16:02 +00:00
parent 1211149a29
commit 46a0eced9e

View File

@ -125,6 +125,7 @@ begin
isWildTest('en-GB.pak', '??*??.pak', CfollowCase, true, 117);
isWildTest('am.pak', '??*??.pak', CignoreCase, false, 118);
isWildTest('am.pak', '??*??.pak', CfollowCase, false, 119);
IsWildTest('this that','*that',cignorecase,true,120) ;
halt(exitCode);
end.