node comment bugfixes and tests

This commit is contained in:
ryanfleury
2021-02-09 08:56:22 -07:00
parent ba6286f379
commit 710c76192a
2 changed files with 44 additions and 7 deletions
-3
View File
@@ -1129,9 +1129,6 @@ MD_Parse_LexNext(MD_ParseCtx *ctx)
}
}
// NOTE(rjf): Trim off newline always.
chop_n = 1;
at += 2;
token.kind = MD_TokenKind_Comment;
MD_TokenizerScan(*at != '\n');