add unittest for mustache in tag class

This commit is contained in:
Daniel Schauenberg
2010-07-06 16:55:52 +02:00
parent e6bdb86c2f
commit 748e969191
+6
View File
@@ -409,6 +409,12 @@ finish
'type': "mustache",
'result': "<div id=\"{{foo}}\"></div>\n",
},
{
'name': "div.{{foo}}",
'query': "div.{{foo}}",
'type': "mustache",
'result': "<div class=\"{{foo}}\"></div>\n",
},
],
},
]