diff options
Diffstat (limited to 'test/parseme.ok')
-rw-r--r-- | test/parseme.ok | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/parseme.ok b/test/parseme.ok index f08fee66..5e6552a3 100644 --- a/test/parseme.ok +++ b/test/parseme.ok @@ -1,3 +1,4 @@ gawk: parseme.awk:1: BEGIN { toupper(substr*line,1,12)) } -gawk: parseme.awk:1: ^ parse error +gawk: parseme.awk:1: ^ syntax error gawk: parseme.awk:1: fatal: 0 is invalid as number of arguments for toupper +EXIT CODE: 2 |