summaryrefslogtreecommitdiffstats
path: root/pyload/lib/jinja2/testsuite/res
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/lib/jinja2/testsuite/res')
-rw-r--r--pyload/lib/jinja2/testsuite/res/__init__.py0
-rw-r--r--pyload/lib/jinja2/testsuite/res/templates/broken.html3
-rw-r--r--pyload/lib/jinja2/testsuite/res/templates/foo/test.html1
-rw-r--r--pyload/lib/jinja2/testsuite/res/templates/syntaxerror.html4
-rw-r--r--pyload/lib/jinja2/testsuite/res/templates/test.html1
5 files changed, 9 insertions, 0 deletions
diff --git a/pyload/lib/jinja2/testsuite/res/__init__.py b/pyload/lib/jinja2/testsuite/res/__init__.py
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/pyload/lib/jinja2/testsuite/res/__init__.py
diff --git a/pyload/lib/jinja2/testsuite/res/templates/broken.html b/pyload/lib/jinja2/testsuite/res/templates/broken.html
new file mode 100644
index 000000000..77669fae5
--- /dev/null
+++ b/pyload/lib/jinja2/testsuite/res/templates/broken.html
@@ -0,0 +1,3 @@
+Before
+{{ fail() }}
+After
diff --git a/pyload/lib/jinja2/testsuite/res/templates/foo/test.html b/pyload/lib/jinja2/testsuite/res/templates/foo/test.html
new file mode 100644
index 000000000..b7d6715e2
--- /dev/null
+++ b/pyload/lib/jinja2/testsuite/res/templates/foo/test.html
@@ -0,0 +1 @@
+FOO
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 %}
diff --git a/pyload/lib/jinja2/testsuite/res/templates/test.html b/pyload/lib/jinja2/testsuite/res/templates/test.html
new file mode 100644
index 000000000..ba578e48b
--- /dev/null
+++ b/pyload/lib/jinja2/testsuite/res/templates/test.html
@@ -0,0 +1 @@
+BAR