Skip to content

Commit 9aed85e

Browse files
committed
C-like: Add test for inline comments inside multiline comments
1 parent cebacdf commit 9aed85e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
//
3+
*/
4+
5+
----------------------------------------------------
6+
7+
[
8+
["comment", "/*\r\n//\r\n*/"]
9+
]
10+
11+
----------------------------------------------------
12+
13+
Non-regression test for inline comments inside multiline comments. See #1340

0 commit comments

Comments
 (0)