ash: add all hush parsing tests to ast tests
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 24 Jul 2017 00:49:56 +0000 (02:49 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 24 Jul 2017 00:49:56 +0000 (02:49 +0200)
commite34dbc4fdcae6e21bb186c225f76d399d2656d75
treeddca2d6cb7209bd34e6775c26e211e0c6f49d0e7
parent0675b03de44b75f5f5fc7a54c164628e9ee01e9c
ash: add all hush parsing tests to ast tests

All pass.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
49 files changed:
shell/ash_test/ash-parsing/argv0.right [new file with mode: 0644]
shell/ash_test/ash-parsing/argv0.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/brace1.right [new file with mode: 0644]
shell/ash_test/ash-parsing/brace1.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/brace2.right [new file with mode: 0644]
shell/ash_test/ash-parsing/brace2.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/comment1.right [new file with mode: 0644]
shell/ash_test/ash-parsing/comment1.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/eol1.right [new file with mode: 0644]
shell/ash_test/ash-parsing/eol1.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/escape1.right [new file with mode: 0644]
shell/ash_test/ash-parsing/escape1.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/escape2.right [new file with mode: 0644]
shell/ash_test/ash-parsing/escape2.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/escape3.right [new file with mode: 0644]
shell/ash_test/ash-parsing/escape3.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/escape4.right [new file with mode: 0644]
shell/ash_test/ash-parsing/escape4.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/escape5.right [new file with mode: 0644]
shell/ash_test/ash-parsing/escape5.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/group1.right [new file with mode: 0644]
shell/ash_test/ash-parsing/group1.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/group2.right [new file with mode: 0644]
shell/ash_test/ash-parsing/group2.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/groups_and_keywords1.right [new file with mode: 0644]
shell/ash_test/ash-parsing/groups_and_keywords1.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/negate.right [new file with mode: 0644]
shell/ash_test/ash-parsing/negate.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/noeol.right [new file with mode: 0644]
shell/ash_test/ash-parsing/noeol.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/noeol2.right [new file with mode: 0644]
shell/ash_test/ash-parsing/noeol2.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/noeol3.right [new file with mode: 0644]
shell/ash_test/ash-parsing/noeol3.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/process_subst.right [new file with mode: 0644]
shell/ash_test/ash-parsing/process_subst.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/quote1.right [new file with mode: 0644]
shell/ash_test/ash-parsing/quote1.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/quote2.right [new file with mode: 0644]
shell/ash_test/ash-parsing/quote2.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/quote3.right [new file with mode: 0644]
shell/ash_test/ash-parsing/quote3.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/quote4.right [new file with mode: 0644]
shell/ash_test/ash-parsing/quote4.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/starquoted.right [new file with mode: 0644]
shell/ash_test/ash-parsing/starquoted.tests [new file with mode: 0755]
shell/ash_test/ash-parsing/starquoted2.right [new file with mode: 0644]
shell/ash_test/ash-parsing/starquoted2.tests [new file with mode: 0755]
shell/ash_test/run-all