platform/libinjection/tests/test-tokens-string-018.txt

10 lines
142 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
Strings, c-style string merging. We only keep the first one
--INPUT--
SELECT "FOO" 'BAR';
--EXPECTED--
E SELECT
s "FOO"
s 'BAR'
; ;