mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Added a test case from #18854
This commit is contained in:
@@ -11,3 +11,4 @@
|
||||
/[\u{ff}]/;
|
||||
/[\u{12340}-\u{12345}]/u; // OK
|
||||
new RegExp("[\u{12340}-\u{12345}]", "u"); // OK
|
||||
const regex = /\b(?:https?:\/\/|mailto:|www\.)(?:[\S--[\p{P}<>]]|\/|[\S--[\[\]]]+[\S--[\p{P}<>]])+|\b[\S--[@\p{Ps}\p{Pe}<>]]+@([\S--[\p{P}<>]]+(?:\.[\S--[\p{P}<>]]+)+)/gmv;
|
||||
|
||||
Reference in New Issue
Block a user