mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-10 03:18:22 +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('x \ y', '? \\ ?', False);
|
||||||
TestMaskWindows('', 'a', False);
|
TestMaskWindows('', 'a', False);
|
||||||
TestMaskWindows('', '[a]', False);
|
TestMaskWindows('', '[a]', False);
|
||||||
|
TestMaskWindows('foo','foo.*',True);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{$R *.res}
|
{$R *.res}
|
||||||
|
Loading…
Reference in New Issue
Block a user