diff options
author | Anthony Fok <foka@debian.org> | 2015-08-04 11:59:32 -0600 |
---|---|---|
committer | Anthony Fok <foka@debian.org> | 2015-08-04 11:59:32 -0600 |
commit | b0416e9befb98c916f2fd80c2bcbb9cde5b72f95 (patch) | |
tree | 43819b21155e3f835e4cbac9d9c8415ea123c656 /hugolib/site_test.go | |
parent | f2ab0b2608a1c4dc7109733be7eff80738ae9712 (diff) | |
download | hugo-b0416e9befb98c916f2fd80c2bcbb9cde5b72f95.tar.gz hugo-b0416e9befb98c916f2fd80c2bcbb9cde5b72f95.zip |
Strip trailing whitespace in code
Diffstat (limited to 'hugolib/site_test.go')
-rw-r--r-- | hugolib/site_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hugolib/site_test.go b/hugolib/site_test.go index 6ee9287cf..19df704d6 100644 --- a/hugolib/site_test.go +++ b/hugolib/site_test.go @@ -323,9 +323,9 @@ func doTestCrossrefs(t *testing.T, relative, uglyUrls bool) { // Issue #1148: Make sure that no P-tags is added around shortcodes. {filepath.FromSlash("sect/doc2.md"), []byte(fmt.Sprintf(`**Ref 1:** - + {{< %s "sect/doc1.md" >}} - + THE END.`, refShortcode))}, } |