11 lines
139 B
Text
11 lines
139 B
Text
|
--TEST--
|
||
|
test to see that parser works correctly at the end of a numbers
|
||
|
--INPUT--
|
||
|
SELECT 123.UNION
|
||
|
--EXPECTED--
|
||
|
E SELECT
|
||
|
1 123.
|
||
|
U UNION
|
||
|
|
||
|
|