mirror of
https://github.com/Noratrieb/ub.git
synced 2026-01-16 17:45:08 +01:00
single craqte
This commit is contained in:
parent
ff78ae710b
commit
2fd78566a3
25 changed files with 36 additions and 64 deletions
18
src/snapshots/ub__lexer__tests__literals.snap
Normal file
18
src/snapshots/ub__lexer__tests__literals.snap
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
source: src/lexer.rs
|
||||
expression: tokens
|
||||
---
|
||||
[
|
||||
String(
|
||||
"\"hello friend\"",
|
||||
),
|
||||
Integer(
|
||||
"5",
|
||||
),
|
||||
String(
|
||||
"\"morning\"",
|
||||
),
|
||||
Integer(
|
||||
"3263475",
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue