diff options
Diffstat (limited to 'pyload/lib/jinja2/testsuite/res/templates/syntaxerror.html')
-rw-r--r-- | pyload/lib/jinja2/testsuite/res/templates/syntaxerror.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyload/lib/jinja2/testsuite/res/templates/syntaxerror.html b/pyload/lib/jinja2/testsuite/res/templates/syntaxerror.html new file mode 100644 index 000000000..f21b81793 --- /dev/null +++ b/pyload/lib/jinja2/testsuite/res/templates/syntaxerror.html @@ -0,0 +1,4 @@ +Foo +{% for item in broken %} + ... +{% endif %} |