]> git.proxmox.com Git - grub2.git/blob - tests/grub_script_escape_comma.in
bump version to 2.06-13+pmx2
[grub2.git] / tests / grub_script_escape_comma.in
1 #! @builddir@/grub-shell-tester
2
3 x=1\\,1
4 echo $x
5 y='$'
6 echo $y
7 z='\'
8 echo $z
9 t='\*'
10 echo $t
11 u='$'
12 echo $u
13 v='\?'
14 echo $v
15
16
17 echo \\
18