aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-02-26 21:39:31 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-02-26 21:39:31 +0200
commit491e95a1d22995973e9d62719d321a623ed22e07 (patch)
treef9dd33a025b61e7838af53bbaf0a2e4f0a82e87f /test
parent095574f6fe71432416f5be6756ef882ceb148942 (diff)
parent2b02c5c64a93608c347ffaa312d88d52f93888da (diff)
downloadegawk-491e95a1d22995973e9d62719d321a623ed22e07.tar.gz
egawk-491e95a1d22995973e9d62719d321a623ed22e07.tar.bz2
egawk-491e95a1d22995973e9d62719d321a623ed22e07.zip
Merge branch 'gawk-4.0-stable'
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog5
-rw-r--r--test/parseme.ok2
2 files changed, 6 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index ba491f3e..652480b2 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-26 Arnold D. Robbins <arnold@skeeve.com>
+
+ * parseme.ok: Update after change in grammar. Now with new and
+ improved error message!
+
2013-01-31 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am: Move functab4 into shlib tests, since it uses
diff --git a/test/parseme.ok b/test/parseme.ok
index b13fcaca..83c0d056 100644
--- a/test/parseme.ok
+++ b/test/parseme.ok
@@ -1,5 +1,5 @@
gawk: parseme.awk:1: BEGIN { toupper(substr*line,1,12)) }
gawk: parseme.awk:1: ^ syntax error
gawk: parseme.awk:1: BEGIN { toupper(substr*line,1,12)) }
-gawk: parseme.awk:1: ^ 2 is invalid as number of arguments for toupper
+gawk: parseme.awk:1: ^ 3 is invalid as number of arguments for toupper
EXIT CODE: 1