14 lines
115 B
Text
14 lines
115 B
Text
--TEST--
|
|
more blackslash testing
|
|
--INPUT--
|
|
select 1,'\\\'',2;
|
|
--EXPECTED--
|
|
E select
|
|
1 1
|
|
, ,
|
|
s '\\\''
|
|
, ,
|
|
1 2
|
|
; ;
|
|
|
|
|