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

9 lines
213 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
variable using backquotes, escape backtick at end of string. Not really valid sql but
close enough and needed for testing for memory issues
--INPUT--
SELECT @`foobar``
--EXPECTED--
E SELECT
v @`foobar``