Warnings--

This commit is contained in:
David Jennes
2022-07-27 04:47:19 +02:00
parent e6ee27f64e
commit f32c772b99
39 changed files with 772 additions and 614 deletions

View File

@@ -32,7 +32,7 @@ final class TemplateLoaderTests: XCTestCase {
func testDictionaryLoader() {
let loader = DictionaryLoader(templates: [
"index.html": "Hello World"
"index.html": "Hello World"
])
let environment = Environment(loader: loader)