File tree Expand file tree Collapse file tree
library-tests/semmle/go/Files/CONSISTENCY Expand file tree Collapse file tree 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 |
22| broken2/test1.go:4:2:4:2 | undefined: fmt |
33| broken2/test1.go:5:2:5:2 | undefined: fmt |
44| 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 |
22| vendor/github.com/github/nonexistent/bad.go:1:57:1:57 | expected ';', found 'EOF' |
33| vendor/github.com/github/nonexistent/bad.go:1:57:1:57 | expected 'IDENT', found 'EOF' |
44| 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 11| -: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 |
33| bad.go:3:1:3:1 | expected 'package', found avvu |
44| bad.go:3:1:3:1 | expected 'package', found avvu |
55| bad.go:3:5:3:5 | expected 'IDENT', found newline |
Original file line number Diff line number Diff line change 44| Extraction failed with error expected 'IDENT', found newline | 2 |
55| Extraction failed with error expected 'package', found avvu | 2 |
66| 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 |
22| empty-file.go:1:1:1:1 | expected ';', found 'EOF' |
33| empty-file.go:1:1:1:1 | expected 'IDENT', found 'EOF' |
44| empty-file.go:1:1:1:1 | expected 'package', found 'EOF' |
You can’t perform that action at this time.
0 commit comments