Files
EndGame/dependencies/naxsi/naxsi_src/libinjection/tests/test-tokens-string-018.txt
T

10 lines
142 B
Plaintext

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