9 lines
80 B
Text
9 lines
80 B
Text
--TEST--
|
|
"0x" is not valid
|
|
--INPUT--
|
|
SELECT 0X;
|
|
--EXPECTED--
|
|
E SELECT
|
|
n 0X
|
|
; ;
|
|
|