Skip to content

Commit d3cc1d6

Browse files
committed
update expected output of diagnostics test
1 parent fe5e484 commit d3cc1d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/integration-tests/all-platforms/diagnostics/syntax-error/diagnostics.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"location": {
3-
"endColumn": 4,
3+
"endColumn": 5,
44
"endLine": 1,
55
"file": "bad.js",
6-
"startColumn": 4,
6+
"startColumn": 5,
77
"startLine": 1
88
},
99
"markdownMessage": "A parse error occurred: `Unexpected token`. Check the syntax of the file. If the file is invalid, correct the error or [exclude](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning) the file from analysis.",

0 commit comments

Comments
 (0)