summaryrefslogtreecommitdiff
path: root/tests/template_backends/template_strings
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2014-12-14 21:22:57 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2014-12-28 16:23:00 +0100
commit332154e7263d01ceea9665fb51d4d24cd8b54470 (patch)
treeb4ba6f0f1be77e238d2a431156a49c8c6dd38394 /tests/template_backends/template_strings
parent1eca0e95cf1aa9b7a2d2806999609924e2bc3afe (diff)
Added basic tests for template backends.
Diffstat (limited to 'tests/template_backends/template_strings')
-rw-r--r--tests/template_backends/template_strings/template_backends/csrf.html1
-rw-r--r--tests/template_backends/template_strings/template_backends/hello.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/template_backends/template_strings/template_backends/csrf.html b/tests/template_backends/template_strings/template_backends/csrf.html
new file mode 100644
index 0000000000..b1c144dcb7
--- /dev/null
+++ b/tests/template_backends/template_strings/template_backends/csrf.html
@@ -0,0 +1 @@
+$csrf_input
diff --git a/tests/template_backends/template_strings/template_backends/hello.html b/tests/template_backends/template_strings/template_backends/hello.html
new file mode 100644
index 0000000000..7a1b4446c7
--- /dev/null
+++ b/tests/template_backends/template_strings/template_backends/hello.html
@@ -0,0 +1 @@
+Hello $name!