nac3_sca/nac3parser/src/snapshots/nac3parser__fstring__tests_...

62 lines
1.6 KiB
Plaintext

---
source: nac3parser/src/fstring.rs
assertion_line: 375
expression: parse_ast
---
Located {
location: Location {
row: 0,
column: 0,
},
custom: (),
node: FormattedValue {
value: Located {
location: Location {
row: 1,
column: 4,
},
custom: (),
node: Compare {
left: Located {
location: Location {
row: 1,
column: 2,
},
custom: (),
node: Constant {
value: Int(
Some(
1,
),
),
kind: None,
},
},
ops: [
NotEq,
],
comparators: [
Located {
location: Location {
row: 1,
column: 7,
},
custom: (),
node: Constant {
value: Int(
Some(
2,
),
),
kind: None,
},
},
],
},
},
conversion: None,
format_spec: None,
},
}