dominikh / go-mode.el

Emacs mode for the Go programming language
BSD 3-Clause "New" or "Revised" License
1.37k stars 209 forks source link

Fix ‘go-test’ compilation message pattern. #363

Open phst opened 4 years ago

phst commented 4 years ago

Fixes #361 Fixes #362

Restrict the prefix and filename pattern (Bug #361), and also allow for a test name prefix (Bug #362).

Add regression tests for these bugs.