From 025dd40024165b6961f85e16f8ceb828abb0de9d Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 25 Nov 2005 11:50:36 +0000 Subject: [PATCH] more git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4426 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/Tests/preprocessor.nsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Source/Tests/preprocessor.nsi b/Source/Tests/preprocessor.nsi index 786eeb4c..6a11ceb4 100644 --- a/Source/Tests/preprocessor.nsi +++ b/Source/Tests/preprocessor.nsi @@ -38,5 +38,15 @@ code inside comments should not be executed !error "d2 is defined!" !endif +!ifdef some_define_that_doesnt_exist +the next !endif should be part of this line\ +!endif +!\ +e\ +n\ +d\ +i\ +f + Section SectionEnd