ruff/parser/src/snapshots/rustpython_parser__string__...

49 lines
1.8 KiB
Plaintext

---
source: parser/src/string.rs
expression: parse_ast
---
[
Attributed {
range: 0..7,
custom: (),
node: Expr(
StmtExpr {
value: Attributed {
range: 0..7,
custom: (),
node: JoinedStr(
ExprJoinedStr {
values: [
Attributed {
range: 0..7,
custom: (),
node: FormattedValue(
ExprFormattedValue {
value: Attributed {
range: 4..5,
custom: (),
node: Name(
ExprName {
id: Identifier(
"x",
),
ctx: Load,
},
),
},
conversion: Int(
0,
),
format_spec: None,
},
),
},
],
},
),
},
},
),
},
]