mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
Fixed misspelled words
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
ec37420468
commit
ad01aea3f4
@@ -90,7 +90,7 @@ func TestAsciidoctorDisallowedArgs(t *testing.T) {
|
||||
cfg := viper.New()
|
||||
mconf := markup_config.Default
|
||||
mconf.AsciidocExt.Backend = "disallowed-backend"
|
||||
mconf.AsciidocExt.Extensions = []string{"disallowed-extention"}
|
||||
mconf.AsciidocExt.Extensions = []string{"disallowed-extension"}
|
||||
mconf.AsciidocExt.Attributes = map[string]string{"outdir": "disallowed-attribute"}
|
||||
mconf.AsciidocExt.SafeMode = "disallowed-safemode"
|
||||
mconf.AsciidocExt.FailureLevel = "disallowed-failurelevel"
|
||||
|
Reference in New Issue
Block a user