---
Map {
 bindings: [
  KeyValue(
   AttributePath {
    attributes: [
     Raw {
      content: "bare-submodule",
      position: (2, 3),
     },
     Raw {
      content: "nested",
      position: (2, 18),
     },
    ],
   },
   Int {
    value: 42,
    position: (2, 27),
   },
  ),
  KeyValue(
   AttributePath {
    attributes: [
     Raw {
      content: "bare-submodule",
      position: (3, 3),
     },
     Raw {
      content: "deep",
      position: (3, 18),
     },
    ],
   },
   Int {
    value: 420,
    position: (3, 25),
   },
  ),
 ],
 recursive: false,
 position: (1, 1),
}