Blacksite/third_party/ron-edit/tests/input/sensible.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

11 lines
146 B
Plaintext

(
value: "string",
value: inf,
value: +NaN,
map: {
A: "hello",
[1, 2]: Something
},
r#12+10.3-x: "five"
)