mirror of
https://github.com/CyC2018/CS-Notes.git
synced 2025-07-11 22:20:38 +08:00
15 lines
369 B
Plaintext
15 lines
369 B
Plaintext
/*
|
|
* ([{}])
|
|
* // <= double slash comment
|
|
* ([{}]) <= punctuation
|
|
*/
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "/*\r\n * ([{}])\r\n * // <= double slash comment\r\n * ([{}]) <= punctuation\r\n */"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for single-line comment inside multi-line comment. See #1340 |