File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
library-tests/semmle/go/Files/CONSISTENCY Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- | -:0:0:0:0 | package ; expected main |
1
+ | -:0:0:0:0 | package ; expected package main |
2
2
| broken2/test1.go:4:2:4:2 | undefined: fmt |
3
3
| broken2/test1.go:5:2:5:2 | undefined: fmt |
4
4
| broken2/test1.go:5:14:5:14 | undefined: a |
Original file line number Diff line number Diff line change 1
- | -:0:0:0:0 | package ; expected nonexistent |
1
+ | -:0:0:0:0 | package ; expected package nonexistent |
2
2
| vendor/github.com/github/nonexistent/bad.go:1:57:1:57 | expected ';', found 'EOF' |
3
3
| vendor/github.com/github/nonexistent/bad.go:1:57:1:57 | expected 'IDENT', found 'EOF' |
4
4
| vendor/github.com/github/nonexistent/bad.go:1:57:1:57 | expected 'package', found 'EOF' |
Original file line number Diff line number Diff line change 1
1
| -:0:0:0:0 | malformed import path "github.com/github/codeql-go/ql/test/query-tests/Diagnostics/invalid{": invalid char '{' |
2
- | -:0:0:0:0 | package ; expected main |
2
+ | -:0:0:0:0 | package ; expected package main |
3
3
| bad.go:3:1:3:1 | expected 'package', found avvu |
4
4
| bad.go:3:1:3:1 | expected 'package', found avvu |
5
5
| bad.go:3:5:3:5 | expected 'IDENT', found newline |
Original file line number Diff line number Diff line change 4
4
| Extraction failed with error expected 'IDENT', found newline | 2 |
5
5
| Extraction failed with error expected 'package', found avvu | 2 |
6
6
| Extraction failed with error malformed import path "github.com/github/codeql-go/ql/test/query-tests/Diagnostics/invalid{": invalid char '{' | 2 |
7
- | Extraction failed with error package ; expected main | 2 |
7
+ | Extraction failed with error package ; expected package main | 2 |
Original file line number Diff line number Diff line change 1
- | -:0:0:0:0 | package ; expected main |
1
+ | -:0:0:0:0 | package ; expected package main |
2
2
| empty-file.go:1:1:1:1 | expected ';', found 'EOF' |
3
3
| empty-file.go:1:1:1:1 | expected 'IDENT', found 'EOF' |
4
4
| empty-file.go:1:1:1:1 | expected 'package', found 'EOF' |
You can’t perform that action at this time.
0 commit comments