summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* no need for this to be its own fileJesse Luehrs2015-12-032-34/+22
* handle nested raw text blocks (#6)Jesse Luehrs2015-12-031-0/+34
* treat '..' like any other name (RT#94792)Jesse Luehrs2014-04-161-0/+56
* implement passing new context to partialsJesse Luehrs2013-01-021-2/+0
* fix .. in block helpersJesse Luehrs2013-01-021-2/+0
* gfx doesn't want to support a render_string opcodeJesse Luehrs2013-01-021-0/+3
* add test for loading just the syntax on its ownJesse Luehrs2013-01-023-10/+75
* simplify the logic for template suffixesJesse Luehrs2013-01-022-3/+11
* Add failing test for {{#each}} with {{../foo}}Shawn M Moore2012-12-071-0/+28
* Removed duplicated $Test::Builder::Level operation.tokuhirom2012-10-231-2/+0
* implement hash args for normal helpersJesse Luehrs2012-10-081-2/+0
* implement hash parameters for block helpersJesse Luehrs2012-10-081-5/+5
* change back to defining helpers and functions separatelyJesse Luehrs2012-10-053-18/+18
* why was i defining things there?Jesse Luehrs2012-10-051-2/+0
* hack to make normal helpers work for nowJesse Luehrs2012-10-051-1/+1
* Another test for "each" setting up context correctlyShawn M Moore2012-10-051-0/+25
* special case {{{.}}} (not dealing with {{foo . bar}} in general)Jesse Luehrs2012-10-051-2/+0
* implement {{^}} in normal blocksJesse Luehrs2012-10-051-3/+1
* actually, @foo just seems to be another kind of variable?Jesse Luehrs2012-10-051-0/+3
* partials can use literals for namesJesse Luehrs2012-10-051-0/+13
* test for passing context to partialsJesse Luehrs2012-10-051-0/+25
* implement {{^}} as an alias for {{else}}Jesse Luehrs2012-10-052-0/+139
* test empty blocksJesse Luehrs2012-10-051-0/+9
* make this a todo testJesse Luehrs2012-10-051-2/+4
* support {{@index}}Jesse Luehrs2012-10-051-0/+14
* Failing test for {{{.}}}Shawn M Moore2012-10-051-0/+9
* support {{this/foo}}Jesse Luehrs2012-10-051-0/+13
* allow - in identifiersJesse Luehrs2012-10-051-0/+20
* implement else blocksJesse Luehrs2012-10-052-3/+1
* allow [] for dereferencing with literalsJesse Luehrs2012-10-041-2/+22
* make {{this}} an alias to {{.}} and make them work at the top levelJesse Luehrs2012-10-042-2/+16
* add tests for non-block helpersJesse Luehrs2012-10-042-0/+193
* implement the built-in block helpersJesse Luehrs2012-10-041-0/+178
* rename this testJesse Luehrs2012-10-041-0/+0
* refactor this so that helpers are just normal functionsJesse Luehrs2012-10-041-10/+10
* todo test for array dereferencingJesse Luehrs2012-10-041-0/+14
* add block helper testsJesse Luehrs2012-10-041-11/+341
* make lambdas work with field accessJesse Luehrs2012-10-041-0/+15
* implement helpersJesse Luehrs2012-10-041-3/+1
* make suffixes work for partialsJesse Luehrs2012-10-031-3/+1
* don't cache rendered files in testsJesse Luehrs2012-10-031-0/+2
* mostly implement partialsJesse Luehrs2012-10-031-3/+4
* make section lambdas workJesse Luehrs2012-10-032-11/+3
* make basic lambdas work (not block lambdas yet)Jesse Luehrs2012-10-031-2/+23
* make this quieterJesse Luehrs2012-10-031-1/+1
* implement custom delimitersJesse Luehrs2012-10-032-2/+5
* mark a couple more spec tests that won't pass for nowJesse Luehrs2012-10-031-0/+2
* make comments.json spectest passJesse Luehrs2012-10-031-2/+0
* add mustache spec tests - 136/224 passing so farJesse Luehrs2012-10-022-0/+25
* implement ../Jesse Luehrs2012-10-021-2/+14