JS: Fix: now one can determine regex via Array.prototype.toSpliced function call.

This commit is contained in:
Napalys
2024-11-14 15:34:14 +01:00
parent 2b0def1ed3
commit b333f523df
3 changed files with 3 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
| tst.js:1:12:1:38 | '^http: ... le.com' | is a regular expression |
| tst.js:4:37:4:43 | 'regex' | is a regular expression |
| tst.js:9:37:9:43 | 'regex' | is a regular expression |