hush: expand quote3.tests and move from hush-bugs to hush-parsing
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
Testing: in $empty""
|
||||
..
|
||||
Finished
|
@@ -1,8 +0,0 @@
|
||||
if test $# = 0; then
|
||||
exec "$THIS_SH" quote3.tests abc "d e"
|
||||
fi
|
||||
|
||||
echo 'Testing: in $empty""'
|
||||
empty=''
|
||||
for a in $empty""; do echo ".$a."; done
|
||||
echo Finished
|
Reference in New Issue
Block a user