mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:39:30 +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('ab*.x', '??\*.x', False);
|
||||
TestMask('x \ y', '? \\ ?', False);
|
||||
TestMask('abc', '?[?]?', True); //mocAnyCharOrNone is enabled in DefaultMaskOpCodes
|
||||
TestMask('abc', '?[?]?', False);
|
||||
TestMask('a??d', '?[?]?', False);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user