- fixed lexing of inline and postline comments
This commit is contained in:
parent
34573a999e
commit
bcb32b19d4
3 changed files with 18 additions and 12 deletions
|
|
@ -85,6 +85,7 @@ fn process(document: String) -> Result<Box<Cell>, String> {
|
|||
needs_alloc = true;
|
||||
// reset comment line status
|
||||
if delim == '\n' {
|
||||
delim_stack.pop();
|
||||
ign = false;
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue