diff options
Diffstat (limited to 'unit-tests/modmatch.mk')
-rw-r--r-- | unit-tests/modmatch.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unit-tests/modmatch.mk b/unit-tests/modmatch.mk index 2c0313884936..45199287acdb 100644 --- a/unit-tests/modmatch.mk +++ b/unit-tests/modmatch.mk @@ -31,3 +31,4 @@ LIST= One Two Three Four five six seven check-cclass: @echo Upper=${LIST:M[A-Z]*} @echo Lower=${LIST:M[^A-Z]*} + @echo nose=${LIST:M[^s]*[ex]} |