9 lines
80 B
Text
9 lines
80 B
Text
--TEST--
|
|
Blackslash test
|
|
--INPUT--
|
|
SELECT \X;
|
|
--EXPECTED--
|
|
E SELECT
|
|
\ \
|
|
n X
|
|
; ;
|