Files

9 lines
85 B
Plaintext

--TEST--
"+n+" -> "+"
--INPUT--
'foo' + zap + 'bar'
--EXPECTED--
s 'foo'
o +
s 'bar'