@@ -25,4 +24,10 @@ class TestSimple(unittest.TestCase):
deftest_callables(self):
view=Lambdas()
self.assertEquals(pystache.Template('{{#replace_foo_with_bar}}foo != bar. oh, it does!{{/replace_foo_with_bar}}',view).render(),'bar != bar. oh, it does!')
\ No newline at end of file
self.assertEquals(pystache.Template('{{#replace_foo_with_bar}}foo != bar. oh, it does!{{/replace_foo_with_bar}}',view).render(),'bar != bar. oh, it does!')