summaryrefslogtreecommitdiffstats
path: root/third_party/python/Jinja2/examples/basic/templates/subbroken.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/Jinja2/examples/basic/templates/subbroken.html')
-rw-r--r--third_party/python/Jinja2/examples/basic/templates/subbroken.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/python/Jinja2/examples/basic/templates/subbroken.html b/third_party/python/Jinja2/examples/basic/templates/subbroken.html
new file mode 100644
index 0000000000..245eb7e6e6
--- /dev/null
+++ b/third_party/python/Jinja2/examples/basic/templates/subbroken.html
@@ -0,0 +1,3 @@
+{% macro may_break(item) -%}
+ [{{ item / 0 }}]
+{%- endmacro %}