feat(filter): Support filter tag

This commit is contained in:
Kyle Fuller
2016-11-30 18:44:44 +00:00
parent 2ebb79df8b
commit 2be672c6a5
6 changed files with 91 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ public func stencilTests() {
testNowNode()
testInclude()
testInheritence()
testFilterTag()
testStencil()
}