8 lines
75 B
Text
8 lines
75 B
Text
--TEST--
|
|
MS Brackets
|
|
--INPUT--
|
|
SELECT [1];
|
|
--EXPECTED--
|
|
E SELECT
|
|
n [1]
|
|
; ;
|