mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
raw test output
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
#select
|
||||
| tst.js:1:2:1:3 | \\1 | This back reference precedes its capture group. |
|
||||
| tst.js:2:4:2:5 | \\1 | This back reference precedes its capture group. |
|
||||
| tst.js:3:6:3:7 | \\2 | This back reference precedes its capture group. |
|
||||
| tst.js:4:8:4:9 | \\1 | This back reference precedes its capture group. |
|
||||
| tst.js:7:2:7:7 | \\k<ws> | This back reference precedes its capture group. |
|
||||
testFailures
|
||||
| tst.js:9:17:9:54 | // $ Al ... flagged | Missing result: Alert |
|
||||
|
||||
@@ -1,4 +1 @@
|
||||
#select
|
||||
| tst.js:2:3:2:4 | \\b | Backspace escape in regular expression. |
|
||||
testFailures
|
||||
| tst.js:2:3:2:4 | Backspace escape in regular expression. | Unexpected result: Alert |
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#select
|
||||
| tst.js:1:4:1:4 | o | Character 'o' is $@. | tst.js:1:5:1:5 | o | repeated in the same character class |
|
||||
| tst.js:4:3:4:3 | ? | Character '?' is $@. | tst.js:4:4:4:4 | ? | repeated in the same character class |
|
||||
| tst.js:5:3:5:8 | \\u003F | Character '\\u003F' is $@. | tst.js:5:9:5:14 | \\u003f | repeated in the same character class |
|
||||
@@ -8,12 +7,3 @@
|
||||
| tst.js:8:3:8:3 | a | Character 'a' is $@. | tst.js:8:5:8:5 | a | repeated in the same character class |
|
||||
| tst.js:9:3:9:6 | \\x0a | Character '\\x0a' is $@. | tst.js:9:7:9:10 | \\x0a | repeated in the same character class |
|
||||
| tst.js:10:3:10:8 | \\u000a | Character '\\u000a' is $@. | tst.js:10:9:10:10 | \\n | repeated in the same character class |
|
||||
testFailures
|
||||
| tst.js:1:4:1:4 | Character 'o' is $@. | Unexpected result: Alert |
|
||||
| tst.js:4:3:4:3 | Character '?' is $@. | Unexpected result: Alert |
|
||||
| tst.js:5:3:5:8 | Character '\\u003F' is $@. | Unexpected result: Alert |
|
||||
| tst.js:6:3:6:8 | Character '\\u003F' is $@. | Unexpected result: Alert |
|
||||
| tst.js:7:3:7:6 | Character '\\x3f' is $@. | Unexpected result: Alert |
|
||||
| tst.js:8:3:8:3 | Character 'a' is $@. | Unexpected result: Alert |
|
||||
| tst.js:9:3:9:6 | Character '\\x0a' is $@. | Unexpected result: Alert |
|
||||
| tst.js:10:3:10:8 | Character '\\u000a' is $@. | Unexpected result: Alert |
|
||||
|
||||
@@ -1,4 +1 @@
|
||||
#select
|
||||
| tst.js:1:2:1:3 | [] | Empty character class. |
|
||||
testFailures
|
||||
| tst.js:1:2:1:3 | Empty character class. | Unexpected result: Alert |
|
||||
|
||||
@@ -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 |
|
||||
|
||||
@@ -1,6 +1,2 @@
|
||||
#select
|
||||
| tst.js:4:29:4:29 | unexpected character | Malformed regular expression: unexpected character. |
|
||||
| tst.js:4:43:4:43 | unexpected character | Malformed regular expression: unexpected character. |
|
||||
testFailures
|
||||
| tst.js:4:29:4:29 | Malformed regular expression: unexpected character. | Unexpected result: Alert |
|
||||
| tst.js:4:43:4:43 | Malformed regular expression: unexpected character. | Unexpected result: Alert |
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
#select
|
||||
| tst.js:3:2:3:3 | \\1 | There is no capture group 1 in this regular expression. |
|
||||
| tst.js:6:13:6:14 | \\1 | There is no capture group 1 in this regular expression. |
|
||||
| tst.js:12:16:12:17 | \\2 | There is no capture group 2 in this regular expression. |
|
||||
| tst.js:13:16:13:29 | \\k<whitespace> | There is no capture group named 'whitespace' in this regular expression. |
|
||||
testFailures
|
||||
| tst.js:13:16:13:29 | There is no capture group named 'whitespace' in this regular expression. | Unexpected result: Alert |
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#select
|
||||
| tst.js:1:4:1:4 | ^ | This assertion can never match. |
|
||||
| tst.js:9:5:9:5 | ^ | This assertion can never match. |
|
||||
| tst.js:16:5:16:5 | ^ | This assertion can never match. |
|
||||
testFailures
|
||||
| tst.js:14:12:14:42 | // $ Al ... ognised | Missing result: Alert |
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
#select
|
||||
| tst.js:1:10:1:10 | $ | This assertion can never match. |
|
||||
| tst.js:9:3:9:3 | $ | This assertion can never match. |
|
||||
| tst.js:16:3:16:3 | $ | This assertion can never match. |
|
||||
| tst.js:33:6:33:6 | $ | This assertion can never match. |
|
||||
testFailures
|
||||
| tst.js:14:12:14:42 | // $ Al ... ognised | Missing result: Alert |
|
||||
|
||||
Reference in New Issue
Block a user