ash: add all hush parsing tests to ast tests

All pass.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-07-24 02:49:56 +02:00
parent 0675b03de4
commit e34dbc4fdc
49 changed files with 331 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
Semicolons after } can be omitted 1:
foo
bar
Semicolons after } can be omitted 2:
foo
bar
Semicolons after fi can be omitted:
foo
bar
baz
Done:0