diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-28 14:24:28 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-28 14:24:28 +0200 |
commit | 42928117484a1c75b0d1733588421d539682010b (patch) | |
tree | 34a4d5407e7b4f68ce6d2d24aced817d093023b2 /test | |
parent | b146e4641b0de2957a27e97baa4b35858c1cdf8f (diff) | |
parent | 0b27d28fad7db725bb6a72c025c91ac39f5eeaf3 (diff) | |
download | egawk-42928117484a1c75b0d1733588421d539682010b.tar.gz egawk-42928117484a1c75b0d1733588421d539682010b.tar.bz2 egawk-42928117484a1c75b0d1733588421d539682010b.zip |
Merge branch 'gawk-4.1-stable'
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 65409956..99b3e9b9 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 |