Patch to adjust expected test output to use non-breaking space

Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
W. Michael Petullo 2021-09-30 13:54:55 -05:00
parent 2616550ae1
commit 9961d7be5f
2 changed files with 15 additions and 0 deletions

12
0008-fix-test.patch Normal file
View File

@ -0,0 +1,12 @@
diff -u --recursive hugo-0.80.0-vanilla/hugolib/page_test.go hugo-0.80.0/hugolib/page_test.go
--- hugo-0.80.0-vanilla/hugolib/page_test.go 2020-12-31 07:36:35.000000000 -0600
+++ hugo-0.80.0/hugolib/page_test.go 2021-09-30 13:43:18.270404253 -0500
@@ -452,7 +452,7 @@
}
cnt := content(p)
- if cnt != "<p>The <a href=\"http://gohugo.io/\">best static site generator</a>.<sup id=\"fnref:1\"><a href=\"#fn:1\" class=\"footnote-ref\" role=\"doc-noteref\">1</a></sup></p>\n<section class=\"footnotes\" role=\"doc-endnotes\">\n<hr>\n<ol>\n<li id=\"fn:1\" role=\"doc-endnote\">\n<p>Many people say so. <a href=\"#fnref:1\" class=\"footnote-backref\" role=\"doc-backlink\">&#x21a9;&#xfe0e;</a></p>\n</li>\n</ol>\n</section>" {
+ if cnt != "<p>The <a href=\"http://gohugo.io/\">best static site generator</a>.<sup id=\"fnref:1\"><a href=\"#fn:1\" class=\"footnote-ref\" role=\"doc-noteref\">1</a></sup></p>\n<section class=\"footnotes\" role=\"doc-endnotes\">\n<hr>\n<ol>\n<li id=\"fn:1\" role=\"doc-endnote\">\n<p>Many people say so.&#160;<a href=\"#fnref:1\" class=\"footnote-backref\" role=\"doc-backlink\">&#x21a9;&#xfe0e;</a></p>\n</li>\n</ol>\n</section>" {
t.Fatalf("Got content:\n%q", cnt)
}
}

View File

@ -37,6 +37,8 @@ Patch0005: 0001-Remove-trailing-semicolon.patch
Patch0006: 0001-Bump-afero-to-1.5.1.patch
# Modify to use golang-github-getkin-kin-openapi-devel >= 0.61.0
Patch0007: 0007-rename-openapi3-Swagger.patch
# Fix a test where expected output went from "... ..." to "...&#160;..."
Patch0008: 0008-fix-test.patch
BuildRequires: golang(github.com/bep/golibsass/libsass) >= 0.7.0
@ -54,6 +56,7 @@ BuildRequires: golang(github.com/bep/golibsass/libsass) >= 0.7.0
%patch0005 -p1
%patch0006 -p1
%patch0007 -p1
%patch0008 -p1
# Replace blackfriday import path to avoid conflict with v2
sed -i \