Files

9 lines
115 B
Plaintext

--TEST--
Strings, c-style string merging. Different state
--INPUT--
'FOO' "BAR";
--EXPECTED--
s 'FOO'
s "BAR"
; ;