mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
be99e29e5f
* fix: fmt unterminated if, be more aggressive with line splits * Fix: Handle long exprs in for/if statements
33 lines
289 B
R
33 lines
289 B
R
rsx! {
|
|
|
|
// hi
|
|
div {}
|
|
|
|
// hi
|
|
div {
|
|
"abcd"
|
|
"ball"
|
|
"s"
|
|
}
|
|
|
|
//
|
|
//
|
|
//
|
|
div {
|
|
"abcd"
|
|
"ball"
|
|
"s"
|
|
}
|
|
|
|
//
|
|
//
|
|
//
|
|
div {
|
|
"abcd"
|
|
"ball"
|
|
"s"
|
|
|
|
//
|
|
"asdasd"
|
|
}
|
|
}
|