platform/libinjection/tests/test-folding-118.txt
2019-08-16 10:42:40 -04:00

11 lines
170 B
Text

--TEST--
TSQL if, if not after semi-colon
--INPUT--
; if not((select serverproperty('isintegratedsecurityonly'))
--EXPECTED--
; ;
T if not
( (
E select
f serverproperty