]> git.proxmox.com Git - grub2.git/blame - tests/grub_script_escape_comma.in
usb: Avoid possible out-of-bound accesses caused by malicious devices
[grub2.git] / tests / grub_script_escape_comma.in
CommitLineData
f7457fb2
VS
1#! @builddir@/grub-shell-tester
2
3x=1\\,1
4echo $x
5y='$'
6echo $y
7z='\'
8echo $z
9t='\*'
10echo $t
11u='$'
12echo $u
13v='\?'
14echo $v
15
16
17echo \\
18