aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tuple.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Parse tuple expressionsLibravatar René Kijewski2022-01-281-0/+82
Askama understands how to destructure tuples in let and match statements, but it does not understand how to build a tuple. This PR fixes this shortcoming.