add more unit tests for lexing

This commit is contained in:
Aidan 2021-01-24 22:32:09 -08:00
parent 172aa4ea4b
commit 34573a999e
No known key found for this signature in database
GPG key ID: 327711E983899316
3 changed files with 107 additions and 3 deletions

View file

@ -85,7 +85,8 @@ fn process(document: String) -> Result<Box<Cell>, String> {
needs_alloc = true;
// reset comment line status
if delim == '\n' {
ign = false
ign = false;
continue;
}
// catch too many list end