]> git.proxmox.com Git - grub2.git/commitdiff
added few more test cases
authorBVK Chaitanya <bvk.groups@gmail.com>
Sat, 1 May 2010 10:09:59 +0000 (15:39 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Sat, 1 May 2010 10:09:59 +0000 (15:39 +0530)
tests/grub_script_comments.in

index 7b34107170b6371bd60b214c42d75ea1f4a17d11..f212cc1e111c326a19f67cfd8c25425d0e13a448 100644 (file)
 
 echo a###b
 echo a# #b
+
+echo #
+echo \#
+
+echo '#'
+echo "#"
+
+echo '\#'
+echo "\#"