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