aboutsummaryrefslogtreecommitdiff
path: root/tests/res
diff options
context:
space:
mode:
Diffstat (limited to 'tests/res')
-rw-r--r--tests/res/__init__.py0
-rw-r--r--tests/res/package.zipbin0 -> 1036 bytes
-rw-r--r--tests/res/templates/broken.html3
-rw-r--r--tests/res/templates/foo/test.html1
-rw-r--r--tests/res/templates/mojibake.txt1
-rw-r--r--tests/res/templates/syntaxerror.html4
-rw-r--r--tests/res/templates/test.html1
-rw-r--r--tests/res/templates2/foo2
8 files changed, 12 insertions, 0 deletions
diff --git a/tests/res/__init__.py b/tests/res/__init__.py
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/tests/res/__init__.py
diff --git a/tests/res/package.zip b/tests/res/package.zip
new file mode 100644
index 00000000..d4c9ce9c
--- /dev/null
+++ b/tests/res/package.zip
Binary files differ
diff --git a/tests/res/templates/broken.html b/tests/res/templates/broken.html
new file mode 100644
index 00000000..77669fae
--- /dev/null
+++ b/tests/res/templates/broken.html
@@ -0,0 +1,3 @@
+Before
+{{ fail() }}
+After
diff --git a/tests/res/templates/foo/test.html b/tests/res/templates/foo/test.html
new file mode 100644
index 00000000..b7d6715e
--- /dev/null
+++ b/tests/res/templates/foo/test.html
@@ -0,0 +1 @@
+FOO
diff --git a/tests/res/templates/mojibake.txt b/tests/res/templates/mojibake.txt
new file mode 100644
index 00000000..4b94aa63
--- /dev/null
+++ b/tests/res/templates/mojibake.txt
@@ -0,0 +1 @@
+文字化け
diff --git a/tests/res/templates/syntaxerror.html b/tests/res/templates/syntaxerror.html
new file mode 100644
index 00000000..f21b8179
--- /dev/null
+++ b/tests/res/templates/syntaxerror.html
@@ -0,0 +1,4 @@
+Foo
+{% for item in broken %}
+ ...
+{% endif %}
diff --git a/tests/res/templates/test.html b/tests/res/templates/test.html
new file mode 100644
index 00000000..ba578e48
--- /dev/null
+++ b/tests/res/templates/test.html
@@ -0,0 +1 @@
+BAR
diff --git a/tests/res/templates2/foo b/tests/res/templates2/foo
new file mode 100644
index 00000000..1c4ad3e4
--- /dev/null
+++ b/tests/res/templates2/foo
@@ -0,0 +1,2 @@
+Looks like the start of templates/foo/test.html
+Tested by test_filesystem_loader_overlapping_names