platform/libinjection/tests/test-folding-113.txt
2019-08-16 10:42:40 -04:00

12 lines
133 B
Text

--TEST--
LIKE can function as operator or function
--INPUT--
SELECT LIKE("foo","bar")
--EXPECTED--
E SELECT
f LIKE
( (
s "foo"
) )