ash testsuite: add most of hust tests which pass for ash
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
10
shell/ash_test/ash-misc/for_with_bslashes.tests
Executable file
10
shell/ash_test/ash-misc/for_with_bslashes.tests
Executable file
@@ -0,0 +1,10 @@
|
||||
# UNFIXED BUG.
|
||||
# commented-out words contain ^C character.
|
||||
# It's a SPECIAL_VAR_SYMBOL, for now hush does not escape it.
|
||||
# When it is fixed, update this test.
|
||||
|
||||
for a in 'a' 'b\c' 'b\\c' 'b"c' "b'c" 'b$c' 'b`true`c' ### 'b#c'
|
||||
do
|
||||
echo $a
|
||||
done
|
||||
echo Zero:$?
|
Reference in New Issue
Block a user