platform/libinjection/tests/test-tokens-numbers-money-010.txt

9 lines
122 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
"$." isn't a number or a money value. reparse as word
--INPUT--
SELECT $.foo;
--EXPECTED--
E SELECT
n $.foo
; ;