mirror of
https://github.com/Noratrieb/ub.git
synced 2026-01-15 09:05:05 +01:00
i span my head right round right round
This commit is contained in:
parent
31938274a7
commit
c9b85152ed
11 changed files with 342 additions and 216 deletions
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
source: parser/src/parser.rs
|
||||
assertion_line: 356
|
||||
expression: r
|
||||
---
|
||||
(
|
||||
|
|
@ -22,9 +21,12 @@ expression: r
|
|||
body: [
|
||||
IfStmt(
|
||||
IfStmt {
|
||||
cond: Name(
|
||||
"false",
|
||||
),
|
||||
cond: Expr {
|
||||
kind: Name(
|
||||
"false",
|
||||
),
|
||||
span: 21..26,
|
||||
},
|
||||
body: [],
|
||||
else_part: Some(
|
||||
Else(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue