forked from M-Labs/nac3
18 lines
271 B
Plaintext
18 lines
271 B
Plaintext
|
---
|
||
|
source: parser/src/fstring.rs
|
||
|
expression: "parse_fstring(\"\").unwrap()"
|
||
|
---
|
||
|
Located {
|
||
|
location: Location {
|
||
|
row: 0,
|
||
|
column: 0,
|
||
|
},
|
||
|
custom: (),
|
||
|
node: Constant {
|
||
|
value: Str(
|
||
|
"",
|
||
|
),
|
||
|
kind: None,
|
||
|
},
|
||
|
}
|