Add few new tests.
This commit is contained in:
parent
e2f27a8c53
commit
f7457fb231
10 changed files with 337 additions and 1 deletions
18
tests/grub_script_escape_comma.in
Normal file
18
tests/grub_script_escape_comma.in
Normal file
|
@ -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 \\
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue