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

9 lines
142 B
Text

--TEST--
Strings, c-style string merging. We only keep the first one
--INPUT--
SELECT "FOO" "BAR";
--EXPECTED--
E SELECT
s "FOO"
s "BAR"
; ;