aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/if-coerce.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved if statement generation to avoid issues with implicit borrows (#392)Libravatar Christian Vallentin2020-12-011-0/+51
* Changed to automatically coerce to bool * Added new test case * Updated test case to include else if