diff options
author | floatdrop <floatdrop@yandex-team.ru> | 2022-02-10 16:47:15 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:15 +0300 |
commit | 4267de875ca703ff841f2e025723dadc78f3cc02 (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /contrib/python/Jinja2/py2/tests/res/templates | |
parent | e63b84f1d39557d9e46ac380b1f388271894293c (diff) | |
download | ydb-4267de875ca703ff841f2e025723dadc78f3cc02.tar.gz |
Restoring authorship annotation for <floatdrop@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/Jinja2/py2/tests/res/templates')
4 files changed, 9 insertions, 9 deletions
diff --git a/contrib/python/Jinja2/py2/tests/res/templates/broken.html b/contrib/python/Jinja2/py2/tests/res/templates/broken.html index b38d7bb927..77669fae57 100644 --- a/contrib/python/Jinja2/py2/tests/res/templates/broken.html +++ b/contrib/python/Jinja2/py2/tests/res/templates/broken.html @@ -1,3 +1,3 @@ -Before -{{ fail() }} -After +Before +{{ fail() }} +After diff --git a/contrib/python/Jinja2/py2/tests/res/templates/foo/test.html b/contrib/python/Jinja2/py2/tests/res/templates/foo/test.html index bbd2d23cd1..b7d6715e2d 100644 --- a/contrib/python/Jinja2/py2/tests/res/templates/foo/test.html +++ b/contrib/python/Jinja2/py2/tests/res/templates/foo/test.html @@ -1 +1 @@ -FOO +FOO diff --git a/contrib/python/Jinja2/py2/tests/res/templates/syntaxerror.html b/contrib/python/Jinja2/py2/tests/res/templates/syntaxerror.html index dc8c8af224..f21b817939 100644 --- a/contrib/python/Jinja2/py2/tests/res/templates/syntaxerror.html +++ b/contrib/python/Jinja2/py2/tests/res/templates/syntaxerror.html @@ -1,4 +1,4 @@ -Foo -{% for item in broken %} - ... -{% endif %} +Foo +{% for item in broken %} + ... +{% endif %} diff --git a/contrib/python/Jinja2/py2/tests/res/templates/test.html b/contrib/python/Jinja2/py2/tests/res/templates/test.html index 640acfc455..ba578e48b1 100644 --- a/contrib/python/Jinja2/py2/tests/res/templates/test.html +++ b/contrib/python/Jinja2/py2/tests/res/templates/test.html @@ -1 +1 @@ -BAR +BAR |