mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +02:00
* Adapted test to test for 27831
git-svn-id: trunk@30641 -
This commit is contained in:
parent
1211149a29
commit
46a0eced9e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user