diff --git a/jvm/src/test/kotlin/streaming.kt b/jvm/src/test/kotlin/streaming.kt index c6a4b80e..bf4144a1 100644 --- a/jvm/src/test/kotlin/streaming.kt +++ b/jvm/src/test/kotlin/streaming.kt @@ -338,7 +338,7 @@ class TestStreaming { fun TagConsumer.buildMe() = html { body { buildMe2() } } fun FlowContent.buildMe2() = - div(setOf("block", "deprecated")) { + div("block deprecated") { a(href = "http://kotlinlang.org") { target = ATarget.blank attributes["custom"] = "custom"