mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 00:39:26 +02:00
LazUtils: Test: TestMasks: fix tests after #3c6c852b (mocAnyCharOrNone not enabled by default anymore).
This commit is contained in:
parent
3c6c852bc1
commit
0f77d36d93
@ -281,7 +281,7 @@ begin
|
|||||||
TestMask('a?c', '?\??', False);
|
TestMask('a?c', '?\??', False);
|
||||||
TestMask('ab*.x', '??\*.x', False);
|
TestMask('ab*.x', '??\*.x', False);
|
||||||
TestMask('x \ y', '? \\ ?', False);
|
TestMask('x \ y', '? \\ ?', False);
|
||||||
TestMask('abc', '?[?]?', True); //mocAnyCharOrNone is enabled in DefaultMaskOpCodes
|
TestMask('abc', '?[?]?', False);
|
||||||
TestMask('a??d', '?[?]?', False);
|
TestMask('a??d', '?[?]?', False);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user