nac3/nac3parser/src/snapshots/nac3parser__fstring__tests_...

62 lines
1.5 KiB
Plaintext
Raw Normal View History

---
2021-12-26 00:23:54 +08:00
source: nac3parser/src/fstring.rs
assertion_line: 382
expression: parse_ast
---
Located {
location: Location {
row: 0,
column: 0,
},
custom: (),
node: FormattedValue {
value: Located {
location: Location {
row: 1,
column: 5,
},
custom: (),
node: Compare {
left: Located {
location: Location {
row: 1,
column: 2,
},
custom: (),
node: Constant {
value: Int(
2021-12-26 00:23:54 +08:00
Some(
42,
),
),
kind: None,
},
},
ops: [
Eq,
],
comparators: [
Located {
location: Location {
row: 1,
column: 8,
},
custom: (),
node: Constant {
value: Int(
2021-12-26 00:23:54 +08:00
Some(
42,
),
),
kind: None,
},
},
],
},
},
conversion: None,
format_spec: None,
},
}