add more unit tests for lexing
This commit is contained in:
parent
172aa4ea4b
commit
34573a999e
3 changed files with 107 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue