Skip to content

Commit 6e08ad9

Browse files
committed
improved test
1 parent 1e896cd commit 6e08ad9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

jcp/src/test/resources/com/igormaznitsa/jcp/directives/directive_if_else_endif.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
hello
22
//#if false
33
//#local test = 111
4+
// some comment1
45
nonprocessed /*$test$*/
56
//#endif
67
//#local x=true
78
//#local y=false
89
//#local z=false
910
//#if x
11+
// some comment2
1012
//#if y
1113
unexpected1
1214
//#else
@@ -28,5 +30,6 @@ unexpected3
2830
world
2931
---START_ETALON---
3032
hello
33+
// some comment2
3134
expected
3235
world

0 commit comments

Comments
 (0)