Blacksite/third_party/ron-edit/tests/input/test.ron
Rbanh 0553a85220
Some checks are pending
CI / Format, lint, test, build (push) Waiting to run
Build production-ready editor authoring workflows
2026-07-11 12:41:04 -04:00

16 lines
222 B
Plaintext

# // a comment
! [ enable
( unwrap_newtypes
, implicit_some)
]
// Line Comment
/* block */
/* Block Comment /* Nested Block Comment */ */
(
value
: "hello" // comment
,
something_else /* */: "hi"
)