mirror of
https://github.com/Noratrieb/ub.git
synced 2026-01-17 01:55:05 +01:00
single craqte
This commit is contained in:
parent
ff78ae710b
commit
2fd78566a3
25 changed files with 36 additions and 64 deletions
15
src/snapshots/ub__lexer__tests__idents.snap
Normal file
15
src/snapshots/ub__lexer__tests__idents.snap
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
source: src/lexer.rs
|
||||
expression: tokens
|
||||
---
|
||||
[
|
||||
Ident(
|
||||
"hello",
|
||||
),
|
||||
Ident(
|
||||
"w_world",
|
||||
),
|
||||
Ident(
|
||||
"b235_",
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue