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

43 lines
703 B
Text
Raw Normal View History

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