Commit Graph

18 Commits

Author SHA1 Message Date
Carl Whittaker c4711201f6 Fixing tests to take template text as second parameter (backward compatibility is still required for single argument view methods) 2011-06-06 23:14:28 +01:00
Carl Whittaker 16ce94a29e Moving context logic into view 2011-01-27 15:50:45 +00:00
Carl Whittaker bc5d0e2700 Fixed accessing mixed nested context objects. BOOM! 2011-01-13 19:36:33 +00:00
Carl Whittaker 36e6171163 Adding support for nested contexts within View. 2011-01-12 18:09:32 +00:00
Chris Wanstrath 152c4e025f Contexts still can't see outer scope. Add failing test. 2010-05-14 10:11:45 -07:00
Paul Bonser 3bcd6b632c add support for nested contexts as described in the "Non-False Values" section of http://mustache.github.com/mustache.5.html 2010-05-15 00:54:04 +08:00
Chris Wanstrath a15519f43b Add {{& blah}} as an alias for {{{ blah }}} 2010-03-30 10:32:35 -07:00
Eric Naeseth abfba610b2 Adding template file encoding awareness. 2010-02-09 18:35:30 +08:00
Eric Naeseth 112ac76d61 Adding support for Unicode and non-ASCII-encoded bytestring output. 2010-02-09 18:35:26 +08:00
Chris Wanstrath be021363c4 Tests can be run by executing the test file directly 2009-11-13 15:31:54 -08:00
Chris Wanstrath ab31eadcde delimiter support 2009-11-12 21:58:39 -08:00
Chris Wanstrath c215b07bfa partial extension test 2009-11-12 20:55:05 -08:00
Chris Wanstrath 40b904a365 implement partials, make test pass 2009-11-12 20:52:54 -08:00
Chris Wanstrath 24bdeb2d80 failing template partial test 2009-11-12 19:34:55 -08:00
Chris Wanstrath 4f5997e3d4 failing unescaped test 2009-11-12 19:30:03 -08:00
Chris Wanstrath d58a7d952b failing escaped test 2009-11-12 19:28:49 -08:00
Chris Wanstrath b06c64aeb0 double section test 2009-11-12 19:26:09 -08:00
Chris Wanstrath d4f27953a6 Add examples test file, start with a comments test 2009-11-12 19:22:51 -08:00