better name for man test
This commit is contained in:
parent
49d01cb205
commit
a53fde7d09
@ -5,7 +5,7 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestMatch(t *testing.T) {
|
func TestOpenBSDManfix(t *testing.T) {
|
||||||
testStrings := make(map[string]string)
|
testStrings := make(map[string]string)
|
||||||
testStrings["man: pledge"] = "https://man.openbsd.org/pledge"
|
testStrings["man: pledge"] = "https://man.openbsd.org/pledge"
|
||||||
testStrings["man: 2 pledge"] = "https://man.openbsd.org/pledge.2"
|
testStrings["man: 2 pledge"] = "https://man.openbsd.org/pledge.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user