diff options
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 3f70cd6..bf4b43b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -37,7 +37,7 @@ test005: subj = 1234567891011121314151617181920212223242526272829303132333435363 test005 = '$(m $(pat),$(subj),E)' = '$(subj)' -a '$(1)' = 1 -a '$(255)' = 255 # test parsing pattern options -test006 := '$(m ^TEST,testtttt,iU)' = test +test006 := '$(m ^TEST+,testtttt,iU)' = test ### END OF TEST EXPRESSIONS ### |