From: BVK Chaitanya Date: Sat, 1 May 2010 10:09:59 +0000 (+0530) Subject: added few more test cases X-Git-Tag: 1.99~928^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c548018b7c9e7a61310bcf551238b63df847a76b;p=thirdparty%2Fgrub.git added few more test cases --- diff --git a/tests/grub_script_comments.in b/tests/grub_script_comments.in index 7b3410717..f212cc1e1 100644 --- a/tests/grub_script_comments.in +++ b/tests/grub_script_comments.in @@ -17,3 +17,12 @@ echo a###b echo a# #b + +echo # +echo \# + +echo '#' +echo "#" + +echo '\#' +echo "\#"