diff options
Diffstat (limited to 'tests/parser.right')
| -rw-r--r-- | tests/parser.right | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/parser.right b/tests/parser.right index 43d5a8ed..cecbb222 100644 --- a/tests/parser.right +++ b/tests/parser.right @@ -1 +1,16 @@ AAA +bash5: `invalid-name': not a valid identifier +in +in +in +in +bash5: -c: line 0: syntax error near unexpected token `)' +bash5: -c: line 0: `case x in esac) echo done; esac' +in +bash5: -c: line 0: syntax error near unexpected token `do' +bash5: -c: line 0: `case in do do) echo in; esac' +bash5: -c: line 0: syntax error near unexpected token `(' +bash5: -c: line 0: `for()' +in +done +ok 1 |
