summaryrefslogtreecommitdiffstats
path: root/t/mustache-spec.t
Commit message (Collapse)AuthorAgeFilesLines
* add test for loading just the syntax on its ownxslate-more-opcodesJesse Luehrs2012-10-191-9/+8
|
* simplify the logic for template suffixesJesse Luehrs2012-10-191-1/+9
| | | | | | | now, anything that doesn't contain a '.' will have the suffix appended unconditionally, rather than looking for both the suffixed and unsuffixed versions. this is more in line with how text::xslate typically works.
* mostly implement partialsJesse Luehrs2012-10-031-3/+4
| | | | just need to get the auto-indenting behavior correct
* make section lambdas workJesse Luehrs2012-10-031-3/+0
|
* 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-031-1/+4
|
* mark a couple more spec tests that won't pass for nowJesse Luehrs2012-10-031-0/+2
|
* add mustache spec tests - 136/224 passing so farJesse Luehrs2012-10-021-0/+25