mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-02 22:52:51 +02:00
all: Fix spelling
And some other minor issues.
This commit is contained in:
@@ -73,7 +73,7 @@ func TestFromTypeString(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
require.Equal(t, Type{MainType: "application", SubType: "custom", Suffix: "pdf", Delimiter: defaultDelimiter}, f)
|
||||
|
||||
f, err = FromString("noslash")
|
||||
_, err = FromString("noslash")
|
||||
require.Error(t, err)
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user