diff options
Diffstat (limited to 'tests/grub_script_escape_comma.in')
-rw-r--r-- | tests/grub_script_escape_comma.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/grub_script_escape_comma.in b/tests/grub_script_escape_comma.in new file mode 100644 index 0000000..eff3179 --- /dev/null +++ b/tests/grub_script_escape_comma.in @@ -0,0 +1,18 @@ +#! @builddir@/grub-shell-tester + +x=1\\,1 +echo $x +y='$' +echo $y +z='\' +echo $z +t='\*' +echo $t +u='$' +echo $u +v='\?' +echo $v + + +echo \\ + |