log tests/test-template-engine.t @ 37272:7d3bc1d4e871

age author description
Sat, 17 Mar 2018 20:09:05 +0900 Yuya Nishihara templater: pass (context, mapping) down to unwraphybrid()
Sat, 17 Mar 2018 00:06:14 +0900 Yuya Nishihara test-template-engine: do not evaluate unused keywords by custom engine
Fri, 16 Mar 2018 23:59:13 +0900 Yuya Nishihara py3: make test-template-engine.t bytes-safe
Thu, 15 Mar 2018 20:10:54 +0900 Yuya Nishihara test-template-engine: deduplicate methods of custom template engine
Thu, 08 Mar 2018 23:10:46 +0900 Yuya Nishihara templater: move stringify() to templateutil module
Sun, 25 Feb 2018 13:24:35 +0900 Yuya Nishihara templatekw: add 'requires' flag to switch to exception-safe interface
Mon, 19 Feb 2018 21:18:52 +0530 Pulkit Goyal py3: use dict.items() instead of dict.iteritems() in tests