diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2015-06-17 16:55:55 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2015-06-17 16:55:55 -0400 |
commit | 12e3cbe4220792bbcb58f1d5d3dbbcc6e2f7a1db (patch) | |
tree | d5565c617545f99798285f8eefd4c43b9cbde6b6 /test | |
parent | ac0ef52fe407b89c7968b927c7b2b513cc13963a (diff) | |
download | egawk-12e3cbe4220792bbcb58f1d5d3dbbcc6e2f7a1db.tar.gz egawk-12e3cbe4220792bbcb58f1d5d3dbbcc6e2f7a1db.tar.bz2 egawk-12e3cbe4220792bbcb58f1d5d3dbbcc6e2f7a1db.zip |
For the inplace extension, add inplace variable to control whether it's active.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rw-r--r-- | test/inplace1.ok | 2 | ||||
-rw-r--r-- | test/inplace2.ok | 2 | ||||
-rw-r--r-- | test/inplace3.ok | 4 |
4 files changed, 9 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index d5387b36..a9d130cc 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2015-06-17 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * inplace1.ok, inplace2.ok, inplace3.ok: Update line number in error + messages, since inplace.awk changed a bit. + 2015-05-29 Arnold D. Robbins <arnold@skeeve.com> * checknegtime.awk: New file. diff --git a/test/inplace1.ok b/test/inplace1.ok index 82562235..91b5276b 100644 --- a/test/inplace1.ok +++ b/test/inplace1.ok @@ -1,5 +1,5 @@ before -gawk: inplace:14: warning: inplace_begin: disabling in-place editing for invalid FILENAME `-' +gawk: inplace:25: warning: inplace_begin: disabling in-place editing for invalid FILENAME `-' stdin start is bar replaced? stdin end diff --git a/test/inplace2.ok b/test/inplace2.ok index 82562235..91b5276b 100644 --- a/test/inplace2.ok +++ b/test/inplace2.ok @@ -1,5 +1,5 @@ before -gawk: inplace:14: warning: inplace_begin: disabling in-place editing for invalid FILENAME `-' +gawk: inplace:25: warning: inplace_begin: disabling in-place editing for invalid FILENAME `-' stdin start is bar replaced? stdin end diff --git a/test/inplace3.ok b/test/inplace3.ok index a7b7254f..deb926b9 100644 --- a/test/inplace3.ok +++ b/test/inplace3.ok @@ -1,11 +1,11 @@ before -gawk: inplace:14: warning: inplace_begin: disabling in-place editing for invalid FILENAME `-' +gawk: inplace:25: warning: inplace_begin: disabling in-place editing for invalid FILENAME `-' stdin start is bar replaced? stdin end after Before -gawk: inplace:14: warning: inplace_begin: disabling in-place editing for invalid FILENAME `-' +gawk: inplace:25: warning: inplace_begin: disabling in-place editing for invalid FILENAME `-' stdin start is foo replaced? stdin end |