LazUtils: Test: TestMasks: Add test for issue #39462.

This commit is contained in:
Bart 2021-11-20 13:00:04 +01:00
parent 9213ca32e8
commit 7fb173f384

View File

@ -335,6 +335,7 @@ begin
TestMaskWindows('x \ y', '? \\ ?', False);
TestMaskWindows('', 'a', False);
TestMaskWindows('', '[a]', False);
TestMaskWindows('foo','foo.*',True);
end;
{$R *.res}