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

9 lines
115 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
Strings, c-style string merging. Different state
--INPUT--
'FOO' "BAR";
--EXPECTED--
s 'FOO'
s "BAR"
; ;