Blacksite/third_party/ron-edit/tests/snapshots/ron_edit__test__crlf.ron.snap
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

43 lines
949 B
Plaintext

---
source: src/lib.rs
expression: ron
---
File(
extentions: [],
value: WsLead(
leading: Whitespace([]),
content: Struct(Struct(
ident: None,
fields: Separated(
values: [
WsWrapped(
leading: Whitespace([
Space("\r\n "),
LineComment(" File containing \\r\\n endings \r\n"),
Space(" "),
]),
content: NamedField(
key: "something",
after_key: Whitespace([]),
value: WsLead(
leading: Whitespace([
Space(" "),
]),
content: Int(Int("10")),
),
),
following: Whitespace([
Space("\r\n"),
]),
),
],
trailing_comma: false,
trailing_ws: Whitespace([]),
),
)),
),
trailing_ws: Whitespace([
Space("\r\n"),
]),
)