Add support for Swift 3.0
This commit is contained in:
2
Tests/StencilTests/fixtures/base.html
Normal file
2
Tests/StencilTests/fixtures/base.html
Normal file
@@ -0,0 +1,2 @@
|
||||
{% block header %}Header{% endblock %}
|
||||
{% block body %}Body{% endblock %}
|
||||
2
Tests/StencilTests/fixtures/child.html
Normal file
2
Tests/StencilTests/fixtures/child.html
Normal file
@@ -0,0 +1,2 @@
|
||||
{% extends "base.html" %}
|
||||
{% block body %}Child{% endblock %}
|
||||
1
Tests/StencilTests/fixtures/test.html
Normal file
1
Tests/StencilTests/fixtures/test.html
Normal file
@@ -0,0 +1 @@
|
||||
Hello {{ target }}!
|
||||
Reference in New Issue
Block a user