diff options
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 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 |