mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
5 lines
269 B
Plaintext
5 lines
269 B
Plaintext
| IdentityReplacement.js:1:27:1:30 | /"/g | This replaces '"' with itself. |
|
|
| tst.js:1:13:1:16 | "\\\\" | This replaces '\\' with itself. |
|
|
| tst.js:2:13:2:18 | /(\\\\)/ | This replaces '\\' with itself. |
|
|
| tst.js:3:13:3:17 | /["]/ | This replaces '"' with itself. |
|