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