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

10 lines
80 B
Text

--TEST--
pg-sql e-string
--INPUT--
select e'';
--EXPECTED--
E select
s ''
; ;