account_template__parsing_fails_for_invalid_selectors.snap
---
source: common/beancount-types/tests/account_template.rs
expression: template
---
Parsing {
inner: [
SelectorSegment {
source: SelectorError {
selector: "institution",
},
span: SourceSpan {
offset: SourceOffset(
15,
),
length: 13,
},
},
SelectorSegment {
source: SelectorError {
selector: "account",
},
span: SourceSpan {
offset: SourceOffset(
29,
),
length: 9,
},
},
SelectorSegment {
source: SelectorError {
selector: "position",
},
span: SourceSpan {
offset: SourceOffset(
46,
),
length: 10,
},
},
],
template: "Assets:Banking:{institution}:{account}:Stocks:{position}",
}