diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-28 14:22:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-28 14:22:43 +0200 |
commit | 0b27d28fad7db725bb6a72c025c91ac39f5eeaf3 (patch) | |
tree | eac9f9b9af6debd10bc6f0e8fa78e06393adef41 /test | |
parent | 4cea49ca8f817354ffd513c6ec808152e9299f21 (diff) | |
download | egawk-0b27d28fad7db725bb6a72c025c91ac39f5eeaf3.tar.gz egawk-0b27d28fad7db725bb6a72c025c91ac39f5eeaf3.tar.bz2 egawk-0b27d28fad7db725bb6a72c025c91ac39f5eeaf3.zip |
Sync dfa with grep, update a test.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/regrange.ok | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 18b912dd..ab7ff0f2 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2014-02-28 Arnold D. Robbins <arnold@skeeve.com> + + * regrange.ok: Update after code improvements. + 2014-02-03 Stepan Kasal <kasal@ucw.cz> * strftime.awk: the default format uses %e, not %d (Introduced on diff --git a/test/regrange.ok b/test/regrange.ok index 1fa00c70..ae8c6499 100644 --- a/test/regrange.ok +++ b/test/regrange.ok @@ -3,4 +3,4 @@ "c" ~ /[[a-d]/ --> 1 "\" ~ /[\[-\]]/ --> 1 "[.c.]" ~ /[a-[.e.]]/ --> 1 -"[.d.]" ~ /[[.c.]-[.z.]]/ --> 0 +"[.d.]" ~ /[[.c.]-[.z.]]/ --> 1 |