better name for man test

This commit is contained in:
Aaron Bieber 2020-03-09 07:44:08 -06:00
parent 49d01cb205
commit a53fde7d09

View File

@ -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"