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