platform/libinjection/tests/test-folding-118.txt

12 lines
170 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
TSQL if, if not after semi-colon
--INPUT--
; if not((select serverproperty('isintegratedsecurityonly'))
--EXPECTED--
; ;
T if not
( (
E select
f serverproperty