platform/libinjection/tests/test-tokens-numbers-parser-001.txt
2019-08-16 10:42:40 -04:00

10 lines
137 B
Text

--TEST--
test to see that parser works correctly at the end of a numbers
--INPUT--
SELECT 123UNION
--EXPECTED--
E SELECT
1 123
U UNION