forked from M-Labs/nac3
70 lines
1.8 KiB
Plaintext
70 lines
1.8 KiB
Plaintext
---
|
|
source: nac3parser/src/fstring.rs
|
|
assertion_line: 382
|
|
expression: parse_ast
|
|
|
|
---
|
|
Located {
|
|
location: Location {
|
|
row: 0,
|
|
column: 0,
|
|
file: FileName(
|
|
"unknown",
|
|
),
|
|
},
|
|
custom: (),
|
|
node: FormattedValue {
|
|
value: Located {
|
|
location: Location {
|
|
row: 1,
|
|
column: 5,
|
|
file: FileName(
|
|
"unknown",
|
|
),
|
|
},
|
|
custom: (),
|
|
node: Compare {
|
|
left: Located {
|
|
location: Location {
|
|
row: 1,
|
|
column: 2,
|
|
file: FileName(
|
|
"unknown",
|
|
),
|
|
},
|
|
custom: (),
|
|
node: Constant {
|
|
value: Int(
|
|
42,
|
|
),
|
|
kind: None,
|
|
},
|
|
},
|
|
ops: [
|
|
Eq,
|
|
],
|
|
comparators: [
|
|
Located {
|
|
location: Location {
|
|
row: 1,
|
|
column: 8,
|
|
file: FileName(
|
|
"unknown",
|
|
),
|
|
},
|
|
custom: (),
|
|
node: Constant {
|
|
value: Int(
|
|
42,
|
|
),
|
|
kind: None,
|
|
},
|
|
},
|
|
],
|
|
},
|
|
},
|
|
conversion: None,
|
|
format_spec: None,
|
|
},
|
|
}
|