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,15 +1,12 @@
---
source: src/parse/test.rs
assertion_line: 39
expression: ast
---
Literal(
Number(
10.0,
Span {
start: 0,
end: 0,
},
Span(
0..0,
),
),
)