platform/libinjection/tests/test-tokens-backquotes-010.txt
2019-08-16 10:42:40 -04:00

9 lines
235 B
Text

--TEST--
variable using backquotes, no ending quote. Not likely to be valid sql but
weird enough we'll use it. Also the test here is useful for memory
and code-coverage tests
--INPUT--
SELECT @`foobar
--EXPECTED--
E SELECT
v @`foobar