aboutsummaryrefslogtreecommitdiffstats
path: root/test/parseme.ok
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-02-26 21:36:13 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-02-26 21:36:13 +0200
commit2b02c5c64a93608c347ffaa312d88d52f93888da (patch)
treea2259a192b3c83c79cfdf21a2281d101de42a0ef /test/parseme.ok
parent033a052f4eed4a5d3a7963e91a4844ebc3bebc00 (diff)
downloadegawk-2b02c5c64a93608c347ffaa312d88d52f93888da.tar.gz
egawk-2b02c5c64a93608c347ffaa312d88d52f93888da.tar.bz2
egawk-2b02c5c64a93608c347ffaa312d88d52f93888da.zip
Bug fix for expression list error.
Diffstat (limited to 'test/parseme.ok')
-rw-r--r--test/parseme.ok2
1 files changed, 1 insertions, 1 deletions
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