diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-02-26 21:36:13 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-02-26 21:36:13 +0200 |
commit | 2b02c5c64a93608c347ffaa312d88d52f93888da (patch) | |
tree | a2259a192b3c83c79cfdf21a2281d101de42a0ef /test | |
parent | 033a052f4eed4a5d3a7963e91a4844ebc3bebc00 (diff) | |
download | egawk-2b02c5c64a93608c347ffaa312d88d52f93888da.tar.gz egawk-2b02c5c64a93608c347ffaa312d88d52f93888da.tar.bz2 egawk-2b02c5c64a93608c347ffaa312d88d52f93888da.zip |
Bug fix for expression list error.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rw-r--r-- | test/parseme.ok | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index b6feeb2e..bd78c510 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-20 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (reginttrad): New test. 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 |