diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-08-24 10:25:56 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-08-24 10:25:56 +0300 |
commit | 0dcd39b002cff7785c38ce535f6e57d4208fefa6 (patch) | |
tree | 018a891250ad289b54fa8f28099110e697952ccb /test | |
parent | e71664615529f419082b373ea7e44c35b0595a97 (diff) | |
download | egawk-0dcd39b002cff7785c38ce535f6e57d4208fefa6.tar.gz egawk-0dcd39b002cff7785c38ce535f6e57d4208fefa6.tar.bz2 egawk-0dcd39b002cff7785c38ce535f6e57d4208fefa6.zip |
Make all messages consistent: no final periods.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/mbstr1.ok | 2 | ||||
-rw-r--r-- | test/mbstr2.ok | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 6cc960bd..7b1184a6 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2020-08-24 Arnold D. Robbins <arnold@skeeve.com> + + * mbstr1.ok, mbstr2.ok: Updated after code changes. + 2020-08-20 Arnold D. Robbins <arnold@skeeve.com> * profile14.ok: Updated. Somehow it was not done right to diff --git a/test/mbstr1.ok b/test/mbstr1.ok index 3fd1bf8e..73c021bf 100644 --- a/test/mbstr1.ok +++ b/test/mbstr1.ok @@ -1,3 +1,3 @@ -gawk: mbstr1.awk:2: warning: Invalid multibyte data detected. There may be a mismatch between your data and your locale. +gawk: mbstr1.awk:2: warning: Invalid multibyte data detected. There may be a mismatch between your data and your locale 4 1 diff --git a/test/mbstr2.ok b/test/mbstr2.ok index 29ac876a..429ea91b 100644 --- a/test/mbstr2.ok +++ b/test/mbstr2.ok @@ -1,5 +1,5 @@ 2007 -gawk: mbstr2.awk:1: (FILENAME=- FNR=2) warning: Invalid multibyte data detected. There may be a mismatch between your data and your locale. +gawk: mbstr2.awk:1: (FILENAME=- FNR=2) warning: Invalid multibyte data detected. There may be a mismatch between your data and your locale 2007 2007 2007 |