summaryrefslogtreecommitdiffstats
path: root/t/partials.t
Commit message (Collapse)AuthorAgeFilesLines
* simplify the logic for template suffixesJesse Luehrs2012-10-191-2/+2
| | | | | | | 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.
* partials can use literals for namesJesse Luehrs2012-10-051-0/+13
|
* test for passing context to partialsJesse Luehrs2012-10-051-0/+25