summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-02-19 18:58:42 -0800
committerJim Meyering <meyering@fb.com>2014-02-20 13:36:09 -0800
commit1179952ef0728c6f8cb65214fc8be2732c2d27a3 (patch)
tree4ce03ced283dbf1d578139a8ed762480226fd9e3 /tests/Makefile.am
parentef5a3b579ed478a0755bae6858b02984d3bc1536 (diff)
downloadgrep-1179952ef0728c6f8cb65214fc8be2732c2d27a3.tar.gz
tests: test [^^-^] in unibyte locales
This is a bug in the current dfa.c, which was reintroduced by the recent reversion from RRI. * tests/unibyte-negated-circumflex: New file. * tests/Makefile.am (TESTS): Add it. * tests/init.cfg (require_unibyte_locale): New function.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e2967fad..331467ab 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -75,6 +75,7 @@ TESTS = \
multibyte-white-space \
empty-line-mb \
unibyte-bracket-expr \
+ unibyte-negated-circumflex \
high-bit-range \
options \
pcre \