mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 09:09:32 +02:00
LazUtils: Test: TestMasks: Add test for issue #39462.
This commit is contained in:
parent
9213ca32e8
commit
7fb173f384
@ -335,6 +335,7 @@ begin
|
||||
TestMaskWindows('x \ y', '? \\ ?', False);
|
||||
TestMaskWindows('', 'a', False);
|
||||
TestMaskWindows('', '[a]', False);
|
||||
TestMaskWindows('foo','foo.*',True);
|
||||
end;
|
||||
|
||||
{$R *.res}
|
||||
|
Loading…
Reference in New Issue
Block a user