Files

10 lines
142 B
Plaintext

--TEST--
Strings, c-style string merging. We only keep the first one
--INPUT--
SELECT 'FOO' 'BAR';
--EXPECTED--
E SELECT
s 'FOO'
s 'BAR'
; ;