updated echo1 test with multiline strings
This commit is contained in:
parent
4c4a352a98
commit
2f169df5a4
1 changed files with 30 additions and 0 deletions
|
@ -30,3 +30,33 @@ e"$foo"${bar}o hello world
|
||||||
|
|
||||||
foo=echo
|
foo=echo
|
||||||
$foo 1234
|
$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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue