summaryrefslogtreecommitdiffstats
path: root/tests/grub_script_escape_comma.in
blob: eff317920e89b28bed9b08efa506a6b4318478a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 \\