blob: 8e85fefcc3f5a3a8f76d4caa9820325d1e77315b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!--#if expr="\"1\" = \"1\""-->
pass
<!--#if expr="\"1\" = \"2\""-->
fail
<!--#elif expr="\"3\" = \"3\""-->
pass
<!--#if expr="\"1\" = \"2\""-->
fail
<!--#elif expr="\"1\" = \"3\""-->
fail
<!--#else -->
pass
<!--#endif -->
<!--#else -->
fail
<!--#endif -->
<!--#elif expr="\"1\" = \"2\""-->
fail
<!--#else -->
fail
<!--#endif -->
|