Open zhanzhenzhen opened 10 years ago
It mistakenly treats all hashes as comment hashes. For example:
regex = /// (/[^?#]*)? # path ///
Where the first hash should NOT be considered as a comment hash.
It mistakenly treats all hashes as comment hashes. For example:
Where the first hash should NOT be considered as a comment hash.