mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
hush: add 2 tests for correct syntax error reporting
This commit is contained in:
parent
0fe67b16ce
commit
2b6bbad4db
2 changed files with 2 additions and 0 deletions
1
shell/hush_test/hush-misc/syntax_err.right
Normal file
1
shell/hush_test/hush-misc/syntax_err.right
Normal file
|
|
@ -0,0 +1 @@
|
|||
hush: syntax error: unterminated '
|
||||
1
shell/hush_test/hush-misc/syntax_err.tests
Executable file
1
shell/hush_test/hush-misc/syntax_err.tests
Executable file
|
|
@ -0,0 +1 @@
|
|||
echo test `echo 'aa`
|
||||
Loading…
Reference in a new issue