platform/libinjection/tests/test-tokens-numbers-parser-002.txt

11 lines
139 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--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