8 lines
80 B
Text
8 lines
80 B
Text
--TEST--
|
|
Strings, basic
|
|
--INPUT--
|
|
SELECT "FOO\"
|
|
--EXPECTED--
|
|
E SELECT
|
|
s "FOO\"
|
|
|