diff --git a/Tests/StencilTests/fixtures/child-super.html b/Tests/StencilTests/fixtures/child-super.html new file mode 100644 index 0000000..c8964ee --- /dev/null +++ b/Tests/StencilTests/fixtures/child-super.html @@ -0,0 +1,3 @@ +{% extends "base.html" %} +{% block body %}Child {{ block.super }}{% endblock %} +