aboutsummaryrefslogtreecommitdiffstats
path: root/testing (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-12Add test for `as_ref` builtin filterLibravatar Guillaume Gomez1-0/+14
2024-01-10Revert "Add automatic borrowing to let statement"Libravatar Guillaume Gomez1-14/+0
2024-01-09Make the `markdown` filter compatible with `String`Libravatar Jakub Stachurski1-0/+18
2023-12-13Add automatic borrowing to let statementLibravatar max1-0/+14
2023-12-13Bugfix in `is_attr_self()`Libravatar max1-0/+19
2023-12-07Allow trailing comma in macro definition and callLibravatar Guillaume Gomez1-0/+30
2023-12-07Add macro test with only argument being passed as namedLibravatar Guillaume Gomez1-0/+17
2023-11-30build(deps): update comrak requirement from 0.18 to 0.20Libravatar dependabot[bot]1-1/+1
2023-11-30Upgrade to comrak 0.19Libravatar Dirkjan Ochtman2-10/+7
2023-11-28Add tests for named arguments in macro callsLibravatar Guillaume Gomez3-0/+117
2023-11-22Add better support for rust-like number literals (#908)Libravatar PizzasBear2-0/+34
2023-11-22Enhance match to include multiple targets (#911)Libravatar PizzasBear2-0/+37
2023-11-20Add UI tests for macros error messageLibravatar Guillaume Gomez2-0/+50
2023-10-25Add UI test for `elif` error messageLibravatar Guillaume Gomez2-0/+17
2023-10-25 Improve error for invalid name used in `endmacro`Libravatar Guillaume Gomez1-1/+2
2023-10-25Improve error for invalid name used in `endblock`Libravatar Guillaume Gomez1-1/+2
2023-10-23Add test specifically for named blocks, and named macrosLibravatar Guillaume Gomez6-0/+53
2023-10-12Add test for macro self argumentLibravatar max2-0/+17
2023-09-29Add MSRV checking in CILibravatar Dirkjan Ochtman1-1/+1
2023-09-28Pass `Node` parsing level to expressionsLibravatar René Kijewski1-2/+2
2023-09-28Limit nesting in parser nodes, tooLibravatar René Kijewski2-0/+129
2023-07-31 Fix parsing arraysLibravatar René Kijewski2-7/+3
2023-07-31 Fix parsing callsLibravatar René Kijewski1-2/+2
2023-07-24Fix Rust macro invocations not accepting a path (#837)Libravatar Matthew Taylor2-2/+23
2023-06-12Allow macros to be defined and called without argumentsLibravatar mataha2-0/+31
2023-05-24Update criterion requirement from 0.4 to 0.5Libravatar dependabot[bot]1-1/+1
2023-05-20Upgrade to comrak 0.18Libravatar Dirkjan Ochtman1-1/+1
2023-03-28Update comrak to 0.17Libravatar Dirkjan Ochtman1-1/+1
2023-03-13Add tests for whitespace argument in template derive proc-macroLibravatar Guillaume Gomez1-0/+24
2023-03-09Update tests for whitespace characters handlingLibravatar Guillaume Gomez3-437/+471
2023-03-06Propogate size_hint from sub-blocks (#788)Libravatar Andrew Dona-Couch -- GitHub drop ICE4-0/+52
2023-03-03Bump versions for Askama 0.12 (#784)Libravatar Dirkjan Ochtman1-1/+1
2023-01-30Update comrak dependency to 0.16Libravatar René Kijewski1-1/+1
2023-01-30Apply clippy suggestions for 1.67 (#769)Libravatar Dirkjan Ochtman3-6/+6
2023-01-24Update `ui` test for trybuild 1.0.76Libravatar René Kijewski2-2/+2
2022-11-15Update comrak requirement from 0.14 to 0.15Libravatar dependabot[bot]1-1/+1
2022-11-07chore: remove allow(clippy::disallowed_names)Libravatar Dirkjan Ochtman4-7/+1
2022-11-07chore: apply clippy suggestions for 1.65Libravatar Dirkjan Ochtman4-4/+4
2022-10-21Version bump in README and bookLibravatar Allan Zhang1-1/+1
2022-09-26Update criterion requirement from 0.3 to 0.4 (#721)Libravatar dependabot[bot]1-1/+1
2022-07-25Remove support for deprecated `_parent` fieldLibravatar René Kijewski1-4/+40
2022-07-20Update to comrak v0.14Libravatar René Kijewski1-1/+1
2022-06-07Update comrak requirement from 0.12 to 0.13Libravatar dependabot[bot]1-1/+1
2022-04-29Allow `{% endmacro name %}`Libravatar Bastien Orivel2-1/+13
2022-04-26Add test for "minimize" configLibravatar Guillaume Gomez2-0/+45
2022-04-21Rename `suppress_whitespace` into `whitespace` and update expected values to ...Libravatar Guillaume Gomez1-1/+1
2022-04-21Add test for suppress_whitespace optionLibravatar Guillaume Gomez3-19/+342
2022-02-16Make json filter safeLibravatar René Kijewski3-2/+64
2022-02-07Add markdown filterLibravatar René Kijewski2-1/+79
2022-01-31Use exact trybuild versionLibravatar René Kijewski1-1/+1