aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/macro.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix deep nested imports in macro callsLibravatar bott2018-09-071-0/+10
|
* Add test for nested macro calls into different scopeLibravatar bott2018-09-021-0/+10
|
* Fix whitespace handling for macros and imports (#55)Libravatar larros2017-10-011-1/+1
| | | | | | Resolves https://github.com/djc/askama/issues/52. * Fix of review comments
* Add support for importing template files with macros (#51)Libravatar larros2017-09-261-0/+12
| | | | * Fix review comments for macro imports
* Forgot to remove debugging cruft, againLibravatar Dirkjan Ochtman2017-08-231-1/+1
|
* Add test for basic macro useLibravatar Dirkjan Ochtman2017-08-221-0/+16