summaryrefslogtreecommitdiff
path: root/tests/template_tests/relative_templates
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2020-12-27 21:15:17 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-27 09:37:03 +0100
commit640a6e1dce8d91e9cb1f817fadbb37a2c9d294bf (patch)
treec91ac244264f37a261e43269cb71ca27be656db5 /tests/template_tests/relative_templates
parentf4272d000af598018247fe9687dac0fd02a29a7c (diff)
Refs #32290 -- Added {% extends %} test for relative path in variable.
Diffstat (limited to 'tests/template_tests/relative_templates')
-rw-r--r--tests/template_tests/relative_templates/one_var.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/template_tests/relative_templates/one_var.html b/tests/template_tests/relative_templates/one_var.html
new file mode 100644
index 0000000000..1d040e1fe8
--- /dev/null
+++ b/tests/template_tests/relative_templates/one_var.html
@@ -0,0 +1,3 @@
+{% extends tmpl %}
+
+{% block content %}{{ block.super }} one{% endblock %}