diff options
author | Stepan Kasal <kasal@ucw.cz> | 2004-11-19 14:00:17 +0000 |
---|---|---|
committer | Stepan Kasal <kasal@ucw.cz> | 2004-11-19 14:00:17 +0000 |
commit | 8e00c7a6340da1829ebeaf600b662eb606924aac (patch) | |
tree | 3d7e25ffa1d7a7de4fb80536a7be16d382cdc3a8 /tests/ere.tests | |
parent | 9ca239578d3d6982b2e792207ec8dd4bef5625c8 (diff) | |
download | grep-8e00c7a6340da1829ebeaf600b662eb606924aac.tar.gz |
fix tests
* tests/spencer1.awk: Use only lines with 3 fields.
* tests/spencer1.tests: Disable #55 for now.
* tests/ere.tests, tests/bre.tests: Add "TO CORRECT" to disabled
tests which had empty $4.
* tests/backref.sh: Modify #2 so that current glibc regex can
handle it in finite time.
Diffstat (limited to 'tests/ere.tests')
-rw-r--r-- | tests/ere.tests | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ere.tests b/tests/ere.tests index 20ef2b1b..08b3dbae 100644 --- a/tests/ere.tests +++ b/tests/ere.tests @@ -14,10 +14,10 @@ 1@a$b@a$b 0@^@abc 0@$@abc -0@^$@@ -0@$^@@ -0@^^@@ -0@$$@@ +0@^$@@TO CORRECT +0@$^@@TO CORRECT +0@^^@@TO CORRECT +0@$$@@TO CORRECT 0@a*(^b$)c*@b 2@|@EMPTY@NO ALTERNATION 2@*@BADRPT@TO CORRECT |