platform/libinjection/tests/test-folding-113.txt

13 lines
133 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
LIKE can function as operator or function
--INPUT--
SELECT LIKE("foo","bar")
--EXPECTED--
E SELECT
f LIKE
( (
s "foo"
) )