platform/libinjection/tests/test-tokens-chars-005.txt
2019-08-16 10:42:40 -04:00

11 lines
117 B
Text

--TEST--
bizarre TSQL \ is sometimes converted to a 0
--INPUT--
SELECT \ % 1;
--EXPECTED--
E SELECT
\ \
o %
1 1
; ;