Greg Twohig
|
c99aaf14ee
|
Refs #32990 -- Added tests for DebugLexer/Lexer.tokenize().
|
2021-08-09 08:21:37 +02:00 |
Tiago Honorato
|
4f4f770f77
|
Refs #24121 -- Added __repr__() to Origin and Template.
|
2021-03-17 07:49:55 +01:00 |
Dražen Odobašić
|
9f3b9ffd51
|
Fixed #29617 -- Fixed Template crash if template_string is lazy.
Regression in 3a148f958d .
|
2018-07-31 09:57:11 -04:00 |
Levi Payne
|
6c3104221b
|
Refs #28721 -- Added test for variations of 'inf'/'infinity' as a template variable names.
Fixed by 9ec7d8e514 .
|
2017-10-21 20:55:26 -04:00 |
Claude Paroz
|
9ec7d8e514
|
Fixed #28730 -- Fixed loss of precision for large integer literals in templates
Thanks Fraser Nevett for the report and Tim Graham for patch edits.
|
2017-10-21 17:20:29 +02:00 |
Ryan O’Hara
|
7c4289d0b9
|
Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.
Using __str__() and then repr'ing the result looks strange and can lead
to recursive rendering of forms.
|
2017-02-06 17:53:21 -05:00 |