Moved BindingGenerator from gen html project. It makes more sense here.
This commit is contained in:
@@ -81,4 +81,11 @@ final class HRWTests: XCTestCase {
|
||||
let htmlRoot = rootNodes[2]
|
||||
print(htmlRoot.toString())
|
||||
}
|
||||
|
||||
func testBindingGenerator() throws {
|
||||
IHtmlNodeContainerUtility.sharedInstance.defaultBaseDir = "/Users/isaacpaul/Projects/swift-projects/HRW/Tests/HRWTests"
|
||||
let idk = try Example()
|
||||
print(idk.error_container.renderAttributes())
|
||||
idk.rootNode.accept_charset = nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user