diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-08-12 06:32:46 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-08-12 06:32:46 +0300 |
commit | 70bc75567b2ea3e0309b9171168bc1d2c1cadf43 (patch) | |
tree | 8b83a3e9a70d89e0fe24e6a80598fb996d6b291d /test | |
parent | 52c0756d5d49d1077035167f50a15c8b952d0f69 (diff) | |
parent | 1be1a93e63a7ff6b45c7c20908df8bfd2a86c1be (diff) | |
download | egawk-70bc75567b2ea3e0309b9171168bc1d2c1cadf43.tar.gz egawk-70bc75567b2ea3e0309b9171168bc1d2c1cadf43.tar.bz2 egawk-70bc75567b2ea3e0309b9171168bc1d2c1cadf43.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/ofs1.ok | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index db9b1e35..61b8cd3b 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2014-08-12 Arnold D. Robbins <arnold@skeeve.com> + + * ofs1.ok: Updated to match corrected behavior in gawk. + 2014-08-05 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (mpfrsqrt): New test. diff --git a/test/ofs1.ok b/test/ofs1.ok index a3a8ca7b..d01fa161 100644 --- a/test/ofs1.ok +++ b/test/ofs1.ok @@ -1,7 +1,7 @@ -a:x:c +a x c a x c a x c a -a:x:c a x c -a:x:c +a x c +a x c |