diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-08-12 06:22:43 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-08-12 06:22:43 +0300 |
commit | 52306503277c1259eeb704d6b94aed0392536e76 (patch) | |
tree | 1f5141a07f7cc54a2c65330830512b1984d78a77 /test | |
parent | 7cc33dc5325181f26ded26b745229147e130bab1 (diff) | |
download | egawk-52306503277c1259eeb704d6b94aed0392536e76.tar.gz egawk-52306503277c1259eeb704d6b94aed0392536e76.tar.bz2 egawk-52306503277c1259eeb704d6b94aed0392536e76.zip |
Rebuild record upon OFS being changed.
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 afbccf5f..d396a049 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 |