updated echo1 test with multiline strings

This commit is contained in:
BVK Chaitanya 2010-06-12 11:25:44 +05:30
parent 4c4a352a98
commit 2f169df5a4
1 changed files with 30 additions and 0 deletions

View File

@ -30,3 +30,33 @@ e"$foo"${bar}o hello world
foo=echo
$foo 1234
echo "one
"
echo "one
\""
echo "one
two"
echo one"two
"three
echo one"two
\""three
echo one"two
\"three\"
four"
echo 'one
'
echo 'one
\'
echo 'one
two'
echo one'two
'
echo one'two
\'
echo one'two
\'three