diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-05-31 22:52:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-05-31 22:52:23 +0300 |
commit | c2efba1b80559c475a74622d16aa7361fa566251 (patch) | |
tree | d4bb02d4240e5e59670e45bdaff0876131d6545d /test/Maketests | |
parent | 2c126c4972966714e2c3af8826c4161c30570041 (diff) | |
download | egawk-c2efba1b80559c475a74622d16aa7361fa566251.tar.gz egawk-c2efba1b80559c475a74622d16aa7361fa566251.tar.bz2 egawk-c2efba1b80559c475a74622d16aa7361fa566251.zip |
Rationalize range expansion in regexps.
Diffstat (limited to 'test/Maketests')
-rw-r--r-- | test/Maketests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Maketests b/test/Maketests index 7577b893..243d07b7 100644 --- a/test/Maketests +++ b/test/Maketests @@ -645,6 +645,11 @@ regeq: @AWKPATH=$(srcdir) $(AWK) -f $@.awk < $(srcdir)/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@ +regrange: + @echo regrange + @AWKPATH=$(srcdir) $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ + @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@ + reindops: @echo reindops @AWKPATH=$(srcdir) $(AWK) -f $@.awk < $(srcdir)/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ |