mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
raw test output
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#select
|
||||
| IdentityReplacement.js:1:27:1:30 | /"/g | This replaces '"' with itself. |
|
||||
| IdentityReplacement.js:4:14:4:21 | indirect | This replaces '"' with itself. |
|
||||
| tst.js:1:13:1:16 | "\\\\" | This replaces '\\' with itself. |
|
||||
@@ -12,6 +11,3 @@
|
||||
| tst.js:13:13:13:22 | /\\\\(?!\\\\)/ | This replaces '\\' with itself. |
|
||||
| tst.js:14:13:14:23 | /(?<!\\\\)\\\\/ | This replaces '\\' with itself. |
|
||||
| tst.js:16:13:16:15 | /^/ | This replaces the empty string with itself. |
|
||||
testFailures
|
||||
| IdentityReplacement.js:1:27:1:30 | This replaces '"' with itself. | Unexpected result: Alert |
|
||||
| IdentityReplacement.js:4:14:4:21 | This replaces '"' with itself. | Unexpected result: Alert |
|
||||
|
||||
Reference in New Issue
Block a user