mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
modules: Add support for direct version module imports in hugo.toml
Fixes #13964
This commit is contained in:
@@ -32,7 +32,7 @@ func TestPathKey(t *testing.T) {
|
||||
{"github.com/foo/v3d", "github.com/foo/v3d"},
|
||||
{"MyTheme", "mytheme"},
|
||||
} {
|
||||
c.Assert(pathKey(test.in), qt.Equals, test.expect)
|
||||
c.Assert(pathBase(test.in), qt.Equals, test.expect)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user