Fix tests with new shell escaping syntax
This commit is contained in:
parent
68aba9e353
commit
bd34d007d7
|
@ -1 +1 @@
|
||||||
'another''one'
|
'another'\''one'
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
'''bar'''
|
''\''bar'\'''
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
'bar'''
|
'bar'\'''
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
'bar'''
|
'bar'\'''
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
'''bar'''
|
''\''bar'\'''
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
'''b'
|
''\''b'
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
'''b'
|
''\''b'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user