WebFlux support for SSE with multiline fragments
See gh-33194
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import org.springframework.web.reactive.result.view.script.*
|
||||
|
||||
"""<p>${i18n("hello")} $foo</p>"""
|
||||
"""
|
||||
|<p>
|
||||
| ${i18n("hello")} $foo
|
||||
|</p>""".trimMargin()
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
import org.springframework.web.reactive.result.view.script.*
|
||||
|
||||
"""<p>${i18n("hello")} $bar</p>"""
|
||||
"""
|
||||
|<p>
|
||||
| ${i18n("hello")} $bar
|
||||
|</p>""".trimMargin()
|
||||
|
||||
Reference in New Issue
Block a user