aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tuple.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-28Parse tuple expressionsLibravatar René Kijewski1-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.