================
@@ -1453,6 +1453,129 @@ TEST_F(CommentLexerTest, HTML19) {
   ASSERT_EQ(tok::newline,      Toks[2].getKind());
 }
 
+TEST_F(CommentLexerTest, HTML20) {
----------------
cor3ntin wrote:

can we add tests for 
```<
a
>
```
To make sure we don;t do something unreasonable - even though it's not a valid 
tag?

https://github.com/llvm/llvm-project/pull/120843
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to