summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_base.py
AgeCommit message (Expand)Author
2018-07-31Fixed #29617 -- Fixed Template crash if template_string is lazy.Dražen Odobašić
2017-10-21Refs #28721 -- Added test for variations of 'inf'/'infinity' as a template va...Levi Payne
2017-10-21Fixed #28730 -- Fixed loss of precision for large integer literals in templatesClaude Paroz
2017-02-06Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.Ryan O’Hara