summaryrefslogtreecommitdiff
path: root/www/wiki/tests/phpunit/data/templates
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/tests/phpunit/data/templates')
-rw-r--r--www/wiki/tests/phpunit/data/templates/bad_partial.mustache1
-rw-r--r--www/wiki/tests/phpunit/data/templates/foobar.mustache1
-rw-r--r--www/wiki/tests/phpunit/data/templates/foobar_args.mustache1
-rw-r--r--www/wiki/tests/phpunit/data/templates/has_partial.mustache1
-rw-r--r--www/wiki/tests/phpunit/data/templates/recurse.mustache1
5 files changed, 5 insertions, 0 deletions
diff --git a/www/wiki/tests/phpunit/data/templates/bad_partial.mustache b/www/wiki/tests/phpunit/data/templates/bad_partial.mustache
new file mode 100644
index 00000000..d2767f0f
--- /dev/null
+++ b/www/wiki/tests/phpunit/data/templates/bad_partial.mustache
@@ -0,0 +1 @@
+Partial {{>nonexistenttemplate}} in here
diff --git a/www/wiki/tests/phpunit/data/templates/foobar.mustache b/www/wiki/tests/phpunit/data/templates/foobar.mustache
new file mode 100644
index 00000000..a0423896
--- /dev/null
+++ b/www/wiki/tests/phpunit/data/templates/foobar.mustache
@@ -0,0 +1 @@
+hello world!
diff --git a/www/wiki/tests/phpunit/data/templates/foobar_args.mustache b/www/wiki/tests/phpunit/data/templates/foobar_args.mustache
new file mode 100644
index 00000000..cfbe3d0f
--- /dev/null
+++ b/www/wiki/tests/phpunit/data/templates/foobar_args.mustache
@@ -0,0 +1 @@
+hello {{planet}}!
diff --git a/www/wiki/tests/phpunit/data/templates/has_partial.mustache b/www/wiki/tests/phpunit/data/templates/has_partial.mustache
new file mode 100644
index 00000000..504387a4
--- /dev/null
+++ b/www/wiki/tests/phpunit/data/templates/has_partial.mustache
@@ -0,0 +1 @@
+Partial {{>foobar_args}} in here
diff --git a/www/wiki/tests/phpunit/data/templates/recurse.mustache b/www/wiki/tests/phpunit/data/templates/recurse.mustache
new file mode 100644
index 00000000..391f227e
--- /dev/null
+++ b/www/wiki/tests/phpunit/data/templates/recurse.mustache
@@ -0,0 +1 @@
+r{{#r}}{{>recurse}}{{/r}} \ No newline at end of file