8 lines
82 B
Text
8 lines
82 B
Text
--TEST--
|
|
Strings, basic
|
|
--INPUT--
|
|
SELECT 'FOO';
|
|
--EXPECTED--
|
|
E SELECT
|
|
s 'FOO'
|
|
; ;
|