mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
helpers: Apply gofmt
This commit is contained in:
parent
e8cf8b40df
commit
b9127ecca6
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ func TestMakePath(t *testing.T) {
|
|||
{"Банковский кассир", "Банковскии-кассир", true},
|
||||
// Issue #1488
|
||||
{"संस्कृत", "संस्कृत", false},
|
||||
{"a%C3%B1ame", "a%C3%B1ame", false}, // Issue #1292
|
||||
{"a%C3%B1ame", "a%C3%B1ame", false}, // Issue #1292
|
||||
{"this+is+a+test", "this+is+a+test", false}, // Issue #1290
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue