You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stack failed to execute the build plan.
While executing the build plan, Stack encountered the error:
Error: [S-1995]
Test suite failure for package hakyll-4.16.1.0
hakyll-tests: exited with: ExitFailure 1
Full log available at /var/stackage/work/unpack-dir/.stack-work/logs/hakyll-4.16.1.0-test.log
Hakyll.Web.Pandoc.Biblio.Tests
biblio01: FAIL (0.05s)
Test output was different from 'tests/data/biblio/cites-meijer-pandoc3.golden'. It was:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>This page cites a paper.</title>
</head>
<body>
<h1>This page cites a paper.</h1>
<p>I would like to cite one of my favourite papers <span class="citation" data-cites="meijer1991functional">(Meijer, Fokkinga, and Paterson 1991)</span> here.</p>
<div id="refs" class="references csl-bib-body hanging-indent" data-entry-spacing="0" role="list">
<div id="ref-meijer1991functional" class="csl-entry" role="listitem">
Meijer, Erik, Maarten Fokkinga, and Ross Paterson. 1991. <span>“Functional Programming with Bananas, Lenses, Envelopes and Barbed Wire.”</span> In <em>Conference on Functional Programming Language
s and Computer Architecture</em>, 124–44. Springer.
</div>
</div>
</body>
</html>
Use -p '/biblio01/' to rerun this test only.
biblio02: FAIL (0.02s)
Test output was different from 'tests/data/biblio/cites-meijer-pandoc3.golden'. It was:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>This page cites a paper.</title>
</head>
<body>
<h1>This page cites a paper.</h1>
<p>I would like to cite one of my favourite papers <span class="citation" data-cites="meijer1991functional">(Meijer, Fokkinga, and Paterson 1991)</span> here.</p>
<div id="refs" class="references csl-bib-body hanging-indent" data-entry-spacing="0" role="list">
<div id="ref-meijer1991functional" class="csl-entry" role="listitem">
Meijer, Erik, Maarten Fokkinga, and Ross Paterson. 1991. <span>“Functional Programming with Bananas, Lenses, Envelopes and Barbed Wire.”</span> In <em>Conference on Functional Programming Language
s and Computer Architecture</em>, 124–44. Springer.
</div>
</div>
</body>
</html>
Use -p '/biblio02/' to rerun this test only.
biblio03: FAIL (0.09s)
Test output was different from 'tests/data/biblio/cites-multiple-pandoc3.golden'. It was:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>This page cites a paper and a book.</title>
</head>
<body>
<h1>This page cites a paper and a book.</h1>
<p>I would like to cite one of my favourite papers <span class="citation" data-cites="meijer1991functional">(Meijer, Fokkinga, and Paterson 1991)</span> here.</p>
<p>And also a book <span class="citation" data-cites="lipovaca2012">(Lipovača 2012)</span>.</p>
<div id="refs" class="references csl-bib-body hanging-indent" data-entry-spacing="0" role="list">
<div id="ref-lipovaca2012" class="csl-entry" role="listitem">
Lipovača, Miran. 2012. <em>Learn You a Haskell for Great Good! A Beginner’s Guide</em>. San Francisco, CA: No Starch Press.
</div>
<div id="ref-meijer1991functional" class="csl-entry" role="listitem">
Meijer, Erik, Maarten Fokkinga, and Ross Paterson. 1991. <span>“Functional Programming with Bananas, Lenses, Envelopes and Barbed Wire.”</span> In <em>Con<truncated>
Use --accept or increase --size-cutoff to see full output.
Use -p '/biblio03/' to rerun this test only.
Only posting the failed tests here. cc @jaspervdj
The text was updated successfully, but these errors were encountered: