platform/libinjection/tests/test-tokens-backquotes-010.txt

10 lines
235 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--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