9 lines
115 B
Text
9 lines
115 B
Text
|
--TEST--
|
||
|
Strings, c-style string merging. Different state
|
||
|
--INPUT--
|
||
|
'FOO' "BAR";
|
||
|
--EXPECTED--
|
||
|
s 'FOO'
|
||
|
s "BAR"
|
||
|
; ;
|