platform/libinjection/tests/test-tokens-intents-006.txt

12 lines
124 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
pgsql type intents, not folded, postfix
--INPUT--
SELECT '1'::money;
--EXPECTED--
E SELECT
s '1'
o ::
t money
; ;