Anton Topchii

Results 4 issues of Anton Topchii

Mostly just add new lines to EOF, add some spaces (before inline comments and in lists). And remove extra tabs. Feel free to amend/reject as you see fit.

It rely on issue: https://github.com/gregmalcolm/python_koans/issues/248 I suggest !=, because it more broad than is. Feel free to amend/reject as you see fit.

Change order of evaluating expressions with pow by Parser. - fixes #1720 - fixes #1722 Checklist: - [x] Add tests that demonstrate the correct behavior of the change. Tests should...

parser

Discovered it when working on #1720. Looks like the fix will fix both issues. ### Minimal reproducible example ```python from jinja2 import Environment env = Environment() tmpl = env.from_string('{{ 2...