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

8 lines
108 B
Text

--TEST--
pgsql $ quoted strings
--INPUT--
$foo$ 1 $bar$ 2 $foo$ other
--EXPECTED--
s $ 1 $bar$ 2 $
n other