eww/src/snapshots/eww_config__config__test__test-2.snap
2021-07-03 19:05:45 +02:00

23 lines
483 B
Text

---
source: src/config.rs
expression: "Definitional::<Expr,\n Expr>::from_expr(parser.parse(\"(defwidget box (child) (child2))\").unwrap()).unwrap()"
---
Definitional {
def_type: Widget,
name: "box",
attrs: {},
children: [
List<15..22>(
[
Symbol<16..21>(child),
],
),
List<23..31>(
[
Symbol<24..30>(child2),
],
),
],
span: 1..10,
}