0
1
Fork 0
This commit is contained in:
Bryan MacFarlane 2020-03-27 20:21:13 -04:00
parent 7837b03976
commit 5156bc5dd3
1 changed files with 2 additions and 2 deletions

View File

@ -367,7 +367,7 @@ describe('setup-go', () => {
expect(annotation.column).toBe(2);
expect(annotation.file).toBe('../main.go');
expect(annotation.message).toBe('undefined: fmt.Printl');
});
});
it('matches on rooted unix path', async () => {
let line = '/assert.go:4:1: missing return at end of function';
@ -407,7 +407,7 @@ describe('setup-go', () => {
expect(annotation.column).toBe(2);
expect(annotation.file).toBe('..\\main.go');
expect(annotation.message).toBe('undefined: fmt.Printl');
});
});
// 1.13.1 => 1.13.1
// 1.13 => 1.13.0