dioxus/packages/autofmt/tests/samples/commentshard.rsx

24 lines
317 B
Text
Raw Normal View History

2023-01-07 22:09:32 +00:00
rsx! {
// Comments
div {
// Comments
class: "asdasd",
// Comments
"hello world",
// Comments
expr1,
// Comments
expr2,
// Comments
// Comments
// Comments
// Comments
// Comments
expr3
}
}