Add testcase that fails old code.
diff --git a/util/normalizename_test.go b/util/normalizename_test.go
index fe1f77b..8f2c0f5 100644
--- a/util/normalizename_test.go
+++ b/util/normalizename_test.go
@@ -7,6 +7,7 @@
func TestNormalizeName(t *testing.T) {
packages := map[string]string{
"github.com/Masterminds/cookoo/web/io/foo": "github.com/Masterminds/cookoo",
+ `github.com\Masterminds\cookoo\web\io\foo`: "github.com/Masterminds/cookoo",
"golang.org/x/crypto/ssh": "golang.org/x/crypto",
"incomplete/example": "incomplete/example",
"net": "net",