We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e896cd commit 6e08ad9Copy full SHA for 6e08ad9
1 file changed
jcp/src/test/resources/com/igormaznitsa/jcp/directives/directive_if_else_endif.txt
@@ -1,12 +1,14 @@
1
hello
2
//#if false
3
//#local test = 111
4
+// some comment1
5
nonprocessed /*$test$*/
6
//#endif
7
//#local x=true
8
//#local y=false
9
//#local z=false
10
//#if x
11
+// some comment2
12
//#if y
13
unexpected1
14
//#else
@@ -28,5 +30,6 @@ unexpected3
28
30
world
29
31
---START_ETALON---
32
33
34
expected
35
0 commit comments