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:
parent
22088d6674
commit
62007bdd5b
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue