mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 18:35:02 +01:00
fix stack things and underscore and more
This commit is contained in:
parent
e9cad4b49e
commit
d715213731
10 changed files with 113 additions and 31 deletions
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
source: src/lex.rs
|
||||
assertion_line: 375
|
||||
expression: tokens
|
||||
|
||||
---
|
||||
[
|
||||
Number(
|
||||
100.0,
|
||||
),
|
||||
]
|
||||
11
src/snapshots/dilaria__lex__test__underscore_number.snap
Normal file
11
src/snapshots/dilaria__lex__test__underscore_number.snap
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
source: src/lex.rs
|
||||
assertion_line: 375
|
||||
expression: tokens
|
||||
|
||||
---
|
||||
[
|
||||
Number(
|
||||
1000000.0,
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue