--- source: tests/source_span.rs expression: dom --- Dom { tree_type: DocumentFragment, children: [ Element( Element { id: None, name: "template", variant: Normal, attributes: {}, classes: [], children: [ Element( Element { id: None, name: "h1", variant: Normal, attributes: {}, classes: [], children: [ Text( "Header", ), ], source_span: SourceSpan { text: "
Paragraph
", start_line: 3, end_line: 3, start_column: 5, end_column: 21, }, }, ), ], source_span: SourceSpan { text: "\nParagraph
\n", start_line: 1, end_line: 4, start_column: 1, end_column: 12, }, }, ), ], errors: [], }