i span my head right round right round

This commit is contained in:
nora 2022-06-12 21:23:09 +02:00
parent 31938274a7
commit c9b85152ed
11 changed files with 342 additions and 216 deletions

View file

@ -1,6 +1,5 @@
---
source: parser/src/parser.rs
assertion_line: 362
expression: r
---
(
@ -22,9 +21,12 @@ expression: r
body: [
WhileStmt(
WhileStmt {
cond: Name(
"false",
),
cond: Expr {
kind: Name(
"false",
),
span: 24..29,
},
body: [],
span: 18..32,
},