change name

This commit is contained in:
nora 2021-12-30 12:03:55 +01:00
parent ee01a9f5b5
commit 9019dc0295
73 changed files with 152 additions and 151 deletions

View file

@ -0,0 +1,30 @@
---
source: src/parse/test.rs
assertion_line: 191
expression: ast
---
While(
WhileStmt {
span: Span {
start: 0,
end: 0,
},
cond: Literal(
Boolean(
true,
Span {
start: 0,
end: 0,
},
),
),
body: Block {
stmts: [],
span: Span {
start: 0,
end: 0,
},
},
},
)