Browse Source

renamed htmltags to customtags and added an error test

Roberto Saccon 17 years ago
parent
commit
1c6e8cdda9

+ 0 - 0
demo/out/test_htmltags.html → demo/out/test_customtags.html


+ 0 - 0
demo/templates/test_htmltags.html → demo/templates/test_customtags.html


+ 5 - 0
demo/templates/test_var_error.html

@@ -0,0 +1,5 @@
+before varriable1
+{{ var1 }}
+after variable1
+<!--{{ var2 }}-->
+after variable2 (HTML-comment-wrapped)