| author | pancake@flubox |
| Wed Jul 08 18:19:19 2009 +0200 (2009-07-08) | |
| changeset 37 | 5898298dcf2a |
| parent 36 | 0f15f1d14598 |
| t/nest3.spp | file | annotate | diff | revisions |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/t/nest3.spp Wed Jul 08 18:19:19 2009 +0200 1.3 @@ -0,0 +1,12 @@ 1.4 +<{set foo 2}> 1.5 +<{set bar 2}> 1.6 + 1.7 +<{ifeq foo 3}> 1.8 + BUG 1 1.9 + <{switch bar}> 1.10 + <{case 1}> 1.11 + BUG 2 1.12 + <{case 3}> 1.13 + BUG 3 1.14 + <{endswitch}> 1.15 +<{endif}>