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
This commit is contained in:
kichik 2006-12-09 13:03:02 +00:00
parent 22088d6674
commit 62007bdd5b

View file

@ -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