We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e998c commit 605c657Copy full SHA for 605c657
Tests/HTMLKitTests/HTMLKitTests.swift
@@ -124,9 +124,9 @@ extension HTMLKitTests {
124
let _:AsyncStream<StaticString> = #html(resultType: .stream(chunkSize: 3)) {
125
div("oh yeah")
126
}
127
- /*let _:AsyncStream<String> = #html(resultType: .stream(chunkSize: 3)) {
128
- div("oh\(yeah)") // TODO: fix
129
- }*/
+ let _:AsyncStream<String> = #html(resultType: .stream(chunkSize: 3)) {
+ div("oh\(yeah)")
+ }
130
131
let _:AsyncStream<String> = #html(resultType: .streamAsync()) {
132
0 commit comments