summaryrefslogtreecommitdiffstats
path: root/pyload/lib/jinja2/testsuite/res
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-03 21:28:28 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-03 21:28:28 +0200
commit7fc24c10cd3dad19a69392398671a78abecd71d1 (patch)
treeb7a2f70ac2410ffebe22f70d5dc07398a2f162e0 /pyload/lib/jinja2/testsuite/res
parentRemove trailing whitespaces (diff)
downloadpyload-7fc24c10cd3dad19a69392398671a78abecd71d1.tar.xz
Remove lib
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, 0 insertions, 9 deletions
diff --git a/pyload/lib/jinja2/testsuite/res/__init__.py b/pyload/lib/jinja2/testsuite/res/__init__.py
deleted file mode 100644
index e69de29bb..000000000
--- a/pyload/lib/jinja2/testsuite/res/__init__.py
+++ /dev/null
diff --git a/pyload/lib/jinja2/testsuite/res/templates/broken.html b/pyload/lib/jinja2/testsuite/res/templates/broken.html
deleted file mode 100644
index 77669fae5..000000000
--- a/pyload/lib/jinja2/testsuite/res/templates/broken.html
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index b7d6715e2..000000000
--- a/pyload/lib/jinja2/testsuite/res/templates/foo/test.html
+++ /dev/null
@@ -1 +0,0 @@
-FOO
diff --git a/pyload/lib/jinja2/testsuite/res/templates/syntaxerror.html b/pyload/lib/jinja2/testsuite/res/templates/syntaxerror.html
deleted file mode 100644
index f21b81793..000000000
--- a/pyload/lib/jinja2/testsuite/res/templates/syntaxerror.html
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index ba578e48b..000000000
--- a/pyload/lib/jinja2/testsuite/res/templates/test.html
+++ /dev/null
@@ -1 +0,0 @@
-BAR