From 62007bdd5ba23650e153b97f441db9886f2b89e2 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 9 Dec 2006 13:03:02 +0000 Subject: [PATCH] test block comments in !if blocks git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4841 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/Tests/preprocessor.nsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Source/Tests/preprocessor.nsi b/Source/Tests/preprocessor.nsi index cc12c81c..bb88b651 100644 --- a/Source/Tests/preprocessor.nsi +++ b/Source/Tests/preprocessor.nsi @@ -51,6 +51,13 @@ d\ i\ f +!if 0 +/* +this shouldn't be compiled +!endif +*/ +!endif + # tests for !if statement !if 'test' == 'test' !if 1 <= 2