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

9 lines
206 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
n foobar