fix lex test

This commit is contained in:
nora 2021-12-31 14:14:53 +01:00
parent dc26b52bd2
commit bc218efe0e
22 changed files with 437 additions and 160 deletions

View file

@ -0,0 +1,22 @@
---
source: src/lex.rs
assertion_line: 370
expression: tokens
---
[
ParenO,
String(
"hi",
),
String(
"uwu",
),
String(
"\"uwu\"",
),
String(
"no \\ u",
),
ParenC,
]