fix snapshot tests

This commit is contained in:
nora 2022-04-24 20:00:26 +02:00
parent 237fb34d97
commit 61fa5434f9
97 changed files with 821 additions and 1188 deletions

View file

@ -1,19 +1,15 @@
---
source: src/parse/test.rs
assertion_line: 216
expression: ast
---
Loop(
Block {
stmts: [],
span: Span {
start: 0,
end: 0,
},
},
Span {
start: 0,
end: 0,
span: Span(
0..0,
),
},
Span(
0..0,
),
)