aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-22Add better support for rust-like number literals (#908)Libravatar PizzasBear1-0/+11
2023-11-22Enhance match to include multiple targets (#911)Libravatar PizzasBear1-0/+8
2023-10-23Add test specifically for named blocks, and named macrosLibravatar Guillaume Gomez1-0/+9
2023-10-12Add test for macro self argumentLibravatar max1-0/+5
2023-07-24Fix Rust macro invocations not accepting a path (#837)Libravatar Matthew Taylor1-0/+1
2023-06-12Allow macros to be defined and called without argumentsLibravatar mataha1-0/+21
2023-03-06Propogate size_hint from sub-blocks (#788)Libravatar Andrew Dona-Couch -- GitHub drop ICE3-0/+5
2022-04-29Allow `{% endmacro name %}`Libravatar Bastien Orivel1-0/+12
2022-02-16Make json filter safeLibravatar René Kijewski1-1/+1
2021-11-29Allow whitespace trimming in {{raw}} blocksLibravatar René Kijewski1-0/+2
2021-08-30Add {% break %} and {% continue %}Libravatar René Kijewski1-0/+11
2021-08-25Add test case for matching on Option<bool>Libravatar Restioson1-0/+8
2021-07-30Issue #379 was fixedLibravatar René Kijewski2-0/+28
2021-07-30Use "target()" to parse "when" blockLibravatar René Kijewski1-0/+10
2021-07-05Add tuple destructoring testsLibravatar René Kijewski1-0/+3
2021-07-02Replace rust_macro test to work on nightlyLibravatar René Kijewski1-3/+3
2021-07-01Add "if let" testsLibravatar René Kijewski4-0/+10
2021-06-22Fix code generation for macro calls that store args in variables.Libravatar Ryan Kelly1-0/+9
2021-03-10Added path and ext testsLibravatar vallentin3-0/+3
2020-12-25Added let shadow testLibravatar vallentin1-0/+22
2020-12-01Improved if statement generation to avoid issues with implicit borrows (#392)Libravatar Christian Vallentin1-0/+51
2020-12-01Fixed implicit borrow of expressions (#390)Libravatar Christian Vallentin1-0/+9
2020-08-25Use efficient method for nested template renderingLibravatar Dirkjan Ochtman1-3/+3
2020-07-20Fix additional clippy issueLibravatar Dirkjan Ochtman1-1/+1
2020-07-20Clean up clippy issuesLibravatar Dirkjan Ochtman1-2/+1
2020-06-30Add tests for allow whitespaces patchLibravatar Ciprian Dorin Craciun1-0/+63
2020-01-29Move Iron integration into a separate askama_iron crateLibravatar Dirkjan Ochtman1-1/+0
2020-01-12Add new templatesLibravatar Dirkjan Ochtman2-0/+6
2020-01-12Support escaping in string literalsLibravatar Tuomas Siipola1-0/+2
2020-01-03Support char literalsLibravatar Tuomas Siipola2-0/+9
2019-10-09Reformat test for better readabilityLibravatar Dirkjan Ochtman1-15/+3
2019-10-09Limit test sensitivity to macro pretty printing outputLibravatar Dirkjan Ochtman1-14/+3
2019-10-08Add support for boolean literalsLibravatar Dave Poulter1-0/+2
2019-04-18WIP: Add raw blockLibravatar Pavel Fokin2-0/+8
2019-03-18Move small templates into source codeLibravatar Dirkjan Ochtman2-4/+0
2019-03-18Documenting feature render in templateLibravatar Vicente Ramirez Perea3-0/+10
2019-01-08Add support for loop.lastLibravatar yossyJ2-2/+2
2019-01-08Allow trailing commas in tuples (#188)Libravatar yossyJ1-1/+1
2019-01-04Add support for tupleLibravatar yossyJ2-0/+4
2018-12-13fix rust macro argumentsLibravatar Juan Aguilar Santillana1-0/+26
2018-12-12Allow using brackets for enums in `match`Libravatar mcarton1-2/+2
2018-10-20Add test for unescaped variable expressions (see #132)Libravatar Qian Linfeng1-0/+5
2018-10-08Clean up warning about unused fieldLibravatar Dirkjan Ochtman1-1/+1
2018-10-07Add Rust macro support at templatesLibravatar bott1-0/+1
2018-09-21fix panicked on range-based for loopLibravatar bott1-0/+15
2018-09-14Fix operator preference at loop.indexLibravatar bott1-1/+1
2018-09-14Fix operator preference at loop.firstLibravatar bott1-0/+3
2018-09-07Fix deep nested imports in macro callsLibravatar bott3-2/+8
2018-09-02Fix multiple nesting in macro calls into different scopesLibravatar bott1-2/+6
2018-09-02Add test for nested macro calls into different scopeLibravatar bott2-0/+9