diff --git a/tests/fixtures/views/inheritance_child.html b/tests/fixtures/views/inheritance_child.html
new file mode 100644
index 0000000..eb5a3db
--- /dev/null
+++ b/tests/fixtures/views/inheritance_child.html
@@ -0,0 +1,3 @@
+extend('inheritance_parent.html') ?>
+sectionStart('head') ?>
DocumentsectionEnd() ?>
+sectionStart('body') ?>= $message ?>
sectionEnd() ?>
diff --git a/tests/fixtures/views/inheritance_parent.html b/tests/fixtures/views/inheritance_parent.html
new file mode 100644
index 0000000..d921f8f
--- /dev/null
+++ b/tests/fixtures/views/inheritance_parent.html
@@ -0,0 +1,13 @@
+
+
+sectionStart('head') ?>
+sectionEnd() ?>
+
+
+sectionStart('body') ?>
+sectionEnd() ?>
+
+