From a8b907760bab503b99edb1fd832d29d409d125a3 Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Thu, 3 Dec 2020 11:00:25 +0100 Subject: fix inheritance not working because of read_file not populating memory correctly --- tests/data/inheritance-depth-1/one.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/data/inheritance-depth-1/one.tmpl b/tests/data/inheritance-depth-1/one.tmpl index 05467a6..b900bcf 100644 --- a/tests/data/inheritance-depth-1/one.tmpl +++ b/tests/data/inheritance-depth-1/one.tmpl @@ -2,4 +2,4 @@ {% block content %} Child content -{% endblock %} \ No newline at end of file +{% endblock %} -- cgit v1.2.3