mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 14:40:43 +03:00
parent
45e3ed517a
commit
bc06135c96
2 changed files with 3 additions and 1 deletions
|
@ -58,6 +58,8 @@ func TestMakePath(t *testing.T) {
|
|||
{"संस्कृत", "संस्कृत", false},
|
||||
{"a%C3%B1ame", "a%C3%B1ame", false}, // Issue #1292
|
||||
{"this+is+a+test", "this+is+a+test", false}, // Issue #1290
|
||||
{"~foo", "~foo", false}, // Issue #2177
|
||||
|
||||
}
|
||||
|
||||
for _, test := range tests {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue