2015-12-10 17:19:38 -05:00
|
|
|
// Copyright 2015 The Hugo Authors. All rights reserved.
|
|
|
|
//
|
|
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
// you may not use this file except in compliance with the License.
|
|
|
|
// You may obtain a copy of the License at
|
|
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
//
|
|
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
// See the License for the specific language governing permissions and
|
|
|
|
// limitations under the License.
|
|
|
|
|
2013-10-07 00:57:45 -04:00
|
|
|
package hugolib
|
|
|
|
|
|
|
|
import (
|
2017-02-04 22:20:06 -05:00
|
|
|
"fmt"
|
2013-10-07 01:53:18 -04:00
|
|
|
"html/template"
|
2014-12-07 13:48:00 -05:00
|
|
|
"path/filepath"
|
2013-10-07 00:57:45 -04:00
|
|
|
"testing"
|
2014-04-07 11:44:13 -04:00
|
|
|
|
2017-02-04 22:20:06 -05:00
|
|
|
"github.com/stretchr/testify/require"
|
|
|
|
|
|
|
|
"github.com/spf13/hugo/deps"
|
2013-10-07 00:57:45 -04:00
|
|
|
)
|
|
|
|
|
2017-02-04 22:20:06 -05:00
|
|
|
func TestPermalink(t *testing.T) {
|
|
|
|
t.Parallel()
|
2015-05-20 02:21:21 -04:00
|
|
|
|
2013-10-07 01:53:18 -04:00
|
|
|
tests := []struct {
|
2014-12-12 14:28:28 -05:00
|
|
|
file string
|
|
|
|
base template.URL
|
|
|
|
slug string
|
|
|
|
url string
|
2015-03-11 13:34:57 -04:00
|
|
|
uglyURLs bool
|
|
|
|
canonifyURLs bool
|
2014-12-12 14:28:28 -05:00
|
|
|
expectedAbs string
|
|
|
|
expectedRel string
|
2013-10-07 01:53:18 -04:00
|
|
|
}{
|
2015-05-28 17:05:13 -04:00
|
|
|
{"x/y/z/boofar.md", "", "", "", false, false, "/x/y/z/boofar/", "/x/y/z/boofar/"},
|
|
|
|
{"x/y/z/boofar.md", "", "", "", false, false, "/x/y/z/boofar/", "/x/y/z/boofar/"},
|
2015-05-27 14:41:25 -04:00
|
|
|
// Issue #1174
|
2015-05-28 17:05:13 -04:00
|
|
|
{"x/y/z/boofar.md", "http://gopher.com/", "", "", false, true, "http://gopher.com/x/y/z/boofar/", "/x/y/z/boofar/"},
|
|
|
|
{"x/y/z/boofar.md", "http://gopher.com/", "", "", true, true, "http://gopher.com/x/y/z/boofar.html", "/x/y/z/boofar.html"},
|
|
|
|
{"x/y/z/boofar.md", "", "boofar", "", false, false, "/x/y/z/boofar/", "/x/y/z/boofar/"},
|
|
|
|
{"x/y/z/boofar.md", "http://barnew/", "", "", false, false, "http://barnew/x/y/z/boofar/", "/x/y/z/boofar/"},
|
|
|
|
{"x/y/z/boofar.md", "http://barnew/", "boofar", "", false, false, "http://barnew/x/y/z/boofar/", "/x/y/z/boofar/"},
|
|
|
|
{"x/y/z/boofar.md", "", "", "", true, false, "/x/y/z/boofar.html", "/x/y/z/boofar.html"},
|
|
|
|
{"x/y/z/boofar.md", "", "", "", true, false, "/x/y/z/boofar.html", "/x/y/z/boofar.html"},
|
|
|
|
{"x/y/z/boofar.md", "", "boofar", "", true, false, "/x/y/z/boofar.html", "/x/y/z/boofar.html"},
|
|
|
|
{"x/y/z/boofar.md", "http://barnew/", "", "", true, false, "http://barnew/x/y/z/boofar.html", "/x/y/z/boofar.html"},
|
|
|
|
{"x/y/z/boofar.md", "http://barnew/", "boofar", "", true, false, "http://barnew/x/y/z/boofar.html", "/x/y/z/boofar.html"},
|
2017-02-04 22:20:06 -05:00
|
|
|
{"x/y/z/boofar.md", "http://barnew/boo/", "booslug", "", true, false, "http://barnew/boo/x/y/z/booslug.html", "/boo/x/y/z/booslug.html"},
|
|
|
|
{"x/y/z/boofar.md", "http://barnew/boo/", "booslug", "", false, true, "http://barnew/boo/x/y/z/booslug/", "/x/y/z/booslug/"},
|
|
|
|
{"x/y/z/boofar.md", "http://barnew/boo/", "booslug", "", false, false, "http://barnew/boo/x/y/z/booslug/", "/boo/x/y/z/booslug/"},
|
|
|
|
{"x/y/z/boofar.md", "http://barnew/boo/", "booslug", "", true, true, "http://barnew/boo/x/y/z/booslug.html", "/x/y/z/booslug.html"},
|
|
|
|
{"x/y/z/boofar.md", "http://barnew/boo", "booslug", "", true, true, "http://barnew/boo/x/y/z/booslug.html", "/x/y/z/booslug.html"},
|
2014-02-28 02:30:12 -05:00
|
|
|
|
2015-03-18 01:16:54 -04:00
|
|
|
// test URL overrides
|
2015-05-28 17:05:13 -04:00
|
|
|
{"x/y/z/boofar.md", "", "", "/z/y/q/", false, false, "/z/y/q/", "/z/y/q/"},
|
2013-10-07 01:53:18 -04:00
|
|
|
}
|
2013-10-07 00:57:45 -04:00
|
|
|
|
2014-08-22 07:59:59 -04:00
|
|
|
for i, test := range tests {
|
2013-11-19 08:10:03 -05:00
|
|
|
|
2017-02-04 22:20:06 -05:00
|
|
|
cfg, fs := newTestCfg()
|
|
|
|
|
|
|
|
cfg.Set("defaultExtension", "html")
|
|
|
|
|
|
|
|
cfg.Set("uglyURLs", test.uglyURLs)
|
|
|
|
cfg.Set("canonifyURLs", test.canonifyURLs)
|
|
|
|
cfg.Set("baseURL", test.base)
|
|
|
|
|
|
|
|
pageContent := fmt.Sprintf(`---
|
|
|
|
title: Page
|
|
|
|
slug: %q
|
|
|
|
url: %q
|
|
|
|
---
|
|
|
|
Content
|
|
|
|
`, test.slug, test.url)
|
|
|
|
|
|
|
|
writeSource(t, fs, filepath.Join("content", filepath.FromSlash(test.file)), pageContent)
|
|
|
|
|
|
|
|
s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{SkipRender: true})
|
|
|
|
require.Len(t, s.RegularPages, 1)
|
|
|
|
|
|
|
|
p := s.RegularPages[0]
|
2013-10-07 01:53:18 -04:00
|
|
|
|
2016-11-15 04:43:49 -05:00
|
|
|
u := p.Permalink()
|
2013-10-07 01:53:18 -04:00
|
|
|
|
|
|
|
expected := test.expectedAbs
|
|
|
|
if u != expected {
|
2017-02-04 22:20:06 -05:00
|
|
|
t.Fatalf("[%d] Expected abs url: %s, got: %s", i, expected, u)
|
2013-10-07 01:53:18 -04:00
|
|
|
}
|
|
|
|
|
2016-11-15 04:43:49 -05:00
|
|
|
u = p.RelPermalink()
|
2013-10-07 01:53:18 -04:00
|
|
|
|
|
|
|
expected = test.expectedRel
|
|
|
|
if u != expected {
|
2017-02-04 22:20:06 -05:00
|
|
|
t.Errorf("[%d] Expected rel url: %s, got: %s", i, expected, u)
|
2013-10-07 01:53:18 -04:00
|
|
|
}
|
|
|
|
}
|
2013-10-07 00:57:45 -04:00
|
|
|
}
|