Browse Source

renamed htmltags to customtags and added an error test

git-svn-id: http://erlydtl.googlecode.com/svn/trunk@96 a5195066-8e3e-0410-a82a-05b01b1b9875
rsaccon 17 years ago
parent
commit
3d95e2e600

+ 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)