From b014bcfec4b70dddd3b49e964c1cd246f2ca2aca Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Wed, 19 Nov 2014 15:28:44 +0300 Subject: fix test006 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ### -- cgit v1.2.1