summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2023-02-09 20:49:11 +0200
committerArnold D. Robbins <arnold@skeeve.com>2023-02-09 20:49:11 +0200
commit8dcadb58459578cbc67f1a69f064483a9855c7d7 (patch)
tree4be73965fe93044c5d8d3533adef2270857da5c9 /test
parent66a1b9fdac9020a8bdd7e30bcc0380f8fbe7d8b2 (diff)
parent065363774ac6276e90557aec898e907865951c92 (diff)
downloadgawk-8dcadb58459578cbc67f1a69f064483a9855c7d7.tar.gz
Merge branch 'gawk-5.2-stable'
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rw-r--r--test/badargs.ok3
2 files changed, 7 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index c830beff..b2e58d36 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2023-02-09 Arnold D. Robbins <arnold@skeeve.com>
+
+ * badargs.ok: Update after code changes.
+
2023-01-31 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (EXTRA_DIST): New test: elemnew1.
diff --git a/test/badargs.ok b/test/badargs.ok
index ea022461..f1a01849 100644
--- a/test/badargs.ok
+++ b/test/badargs.ok
@@ -40,6 +40,9 @@ https://www.gnu.org/software/gawk/manual/html_node/Bugs.html.
PLEASE do NOT try to report bugs by posting in comp.lang.awk,
or by using a web forum such as Stack Overflow.
+Source code for gawk may be obtained from
+https://ftp.gnu.org/gnu/gawk/gawk-5.2.1.tar.gz
+
gawk is a pattern scanning and processing language.
By default it reads standard input and writes standard output.