refactor: Introducing Environments

This commit is contained in:
Kyle Fuller
2016-12-01 00:17:04 +00:00
parent 2be672c6a5
commit 9e2a061795
27 changed files with 289 additions and 91 deletions

View File

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