]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
updated echo1 test with multiline strings
authorBVK Chaitanya <bvk.groups@gmail.com>
Sat, 12 Jun 2010 05:55:44 +0000 (11:25 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Sat, 12 Jun 2010 05:55:44 +0000 (11:25 +0530)
tests/grub_script_echo1.in

index 048907a76ca4c5bd76e768ad18a7dbc6980b8298..056ea73adf5907cf3c9970f357e279a71fa174aa 100644 (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
+