Skip to content

Commit c77dce5

Browse files
committed
update fixture the proper way
1 parent dcc8e40 commit c77dce5

File tree

9 files changed

+37
-37
lines changed

9 files changed

+37
-37
lines changed

test_projects/future-false/_expected/2020/02/13/the-future-is-looking-bright.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
</head>
3939
<body>
4040
<div class="container-lg px-3 my-5 markdown-body">
41-
41+
4242
<h1><a href="https://github.com/pages/actions/jekyll-build-pages/">jekyll-build-pages</a></h1>
43-
43+
4444

4545
<p>Everything’s coming up Milhouse.</p>
4646

4747

48-
48+
4949
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
5050
This site is open source. <a href="https://github.com/actions/jekyll-build-pages/edit/gh-pages/_posts/2020-02-13-the-future-is-looking-bright.md">Improve this page</a>.
5151
</div>
52-
52+
5353
</div>
5454
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
5555
<script>anchors.add();</script>

test_projects/future-true/_expected/2020/02/13/the-future-is-looking-bright.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
</head>
3939
<body>
4040
<div class="container-lg px-3 my-5 markdown-body">
41-
41+
4242
<h1><a href="https://github.com/pages/actions/jekyll-build-pages/">jekyll-build-pages</a></h1>
43-
43+
4444

4545
<p>Everything’s coming up Milhouse.</p>
4646

4747

48-
48+
4949
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
5050
This site is open source. <a href="https://github.com/actions/jekyll-build-pages/edit/gh-pages/_posts/2020-02-13-the-future-is-looking-bright.md">Improve this page</a>.
5151
</div>
52-
52+
5353
</div>
5454
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
5555
<script>anchors.add();</script>

test_projects/future-true/_expected/2022/03/01/we-live-in-hell.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
</head>
3939
<body>
4040
<div class="container-lg px-3 my-5 markdown-body">
41-
41+
4242
<h1><a href="https://github.com/pages/actions/jekyll-build-pages/">jekyll-build-pages</a></h1>
43-
43+
4444

4545
<p>And it’s not even the cool hell that [redacted] are afraid of. 😭</p>
4646

4747

48-
48+
4949
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
5050
This site is open source. <a href="https://github.com/actions/jekyll-build-pages/edit/gh-pages/_posts/2022-03-01-we-live-in-hell.md">Improve this page</a>.
5151
</div>
52-
52+
5353
</div>
5454
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
5555
<script>anchors.add();</script>

test_projects/jekyll-include-cache/_expected/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
</head>
3838
<body>
3939
<div class="container-lg px-3 my-5 markdown-body">
40-
40+
4141
<h1><a href="https://github.com/pages/actions/jekyll-build-pages/">jekyll-build-pages</a></h1>
42-
42+
4343

4444
<hr />
4545
<hr />
@@ -48,11 +48,11 @@ <h1><a href="https://github.com/pages/actions/jekyll-build-pages/">jekyll-build-
4848

4949

5050

51-
51+
5252
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
5353
This site is open source. <a href="https://github.com/actions/jekyll-build-pages/edit/gh-pages/index.md">Improve this page</a>.
5454
</div>
55-
55+
5656
</div>
5757
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
5858
<script>anchors.add();</script>

test_projects/mojombo/_expected/atom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -881,8 +881,8 @@ format. You can find the full spec at &lt;a href=&quot;http://tomdoc.org&quot;&g
881881
&lt;span class=&quot;c1&quot;&gt;#&lt;/span&gt;
882882
&lt;span class=&quot;c1&quot;&gt;# Examples&lt;/span&gt;
883883
&lt;span class=&quot;c1&quot;&gt;#&lt;/span&gt;
884-
&lt;span class=&quot;c1&quot;&gt;# multiplex('Tom', 4)&lt;/span&gt;
885-
&lt;span class=&quot;c1&quot;&gt;# # =&amp;gt; 'TomTomTomTom'&lt;/span&gt;
884+
&lt;span class=&quot;c1&quot;&gt;# multiplex(&apos;Tom&apos;, 4)&lt;/span&gt;
885+
&lt;span class=&quot;c1&quot;&gt;# # =&amp;gt; &apos;TomTomTomTom&apos;&lt;/span&gt;
886886
&lt;span class=&quot;c1&quot;&gt;#&lt;/span&gt;
887887
&lt;span class=&quot;c1&quot;&gt;# Returns the duplicated String.&lt;/span&gt;
888888
&lt;span class=&quot;k&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;nf&quot;&gt;multiplex&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;text&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;

test_projects/octicons/_expected/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,21 @@
3737
</head>
3838
<body>
3939
<div class="container-lg px-3 my-5 markdown-body">
40-
40+
4141
<h1><a href="https://github.com/pages/actions/jekyll-build-pages/">jekyll-build-pages</a></h1>
42-
42+
4343

4444
<h1 id="readme-test">Readme Test</h1>
4545

4646
<svg height="32" class="octicon octicon-alert right left" aria-label="hi" viewBox="0 0 24 24" version="1.1" width="32" role="img"><path d="M13 17.5a1 1 0 11-2 0 1 1 0 012 0zm-.25-8.25a.75.75 0 00-1.5 0v4.5a.75.75 0 001.5 0v-4.5z"></path><path fill-rule="evenodd" d="M9.836 3.244c.963-1.665 3.365-1.665 4.328 0l8.967 15.504c.963 1.667-.24 3.752-2.165 3.752H3.034c-1.926 0-3.128-2.085-2.165-3.752L9.836 3.244zm3.03.751a1 1 0 00-1.732 0L2.168 19.499A1 1 0 003.034 21h17.932a1 1 0 00.866-1.5L12.866 3.994z"></path></svg>
4747

4848

4949

50-
50+
5151
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
5252
This site is open source. <a href="https://github.com/actions/jekyll-build-pages/edit/gh-pages/README.md">Improve this page</a>.
5353
</div>
54-
54+
5555
</div>
5656
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
5757
<script>anchors.add();</script>

test_projects/readme/_expected/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
</head>
3838
<body>
3939
<div class="container-lg px-3 my-5 markdown-body">
40-
40+
4141
<h1><a href="https://github.com/pages/actions/jekyll-build-pages/">jekyll-build-pages</a></h1>
42-
42+
4343

4444
<h1 id="readme-test">Readme Test</h1>
4545

@@ -48,11 +48,11 @@ <h1 id="readme-test">Readme Test</h1>
4848
<p>Here’s a jemoji <img class="emoji" title=":+1:" alt=":+1:" src="https://github.githubassets.com/images/icons/emoji/unicode/1f44d.png" height="20" width="20"></p>
4949

5050

51-
51+
5252
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
5353
This site is open source. <a href="https://github.com/actions/jekyll-build-pages/edit/gh-pages/README.md">Improve this page</a>.
5454
</div>
55-
55+
5656
</div>
5757
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
5858
<script>anchors.add();</script>

test_projects/simple/_expected/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
</head>
3838
<body>
3939
<div class="container-lg px-3 my-5 markdown-body">
40-
40+
4141
<h1><a href="https://github.com/pages/actions/jekyll-build-pages/">Jekyll Actions Demo</a></h1>
42-
42+
4343

4444
<p>Hello Welcome to My Home Page</p>
4545

@@ -49,11 +49,11 @@ <h1><a href="https://github.com/pages/actions/jekyll-build-pages/">Jekyll Action
4949
</ul>
5050

5151

52-
52+
5353
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
5454
This site is open source. <a href="https://github.com/actions/jekyll-build-pages/edit/gh-pages/index.md">Improve this page</a>.
5555
</div>
56-
56+
5757
</div>
5858
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
5959
<script>anchors.add();</script>

test_projects/themes/_expected/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@
4343
<header>
4444
<h1><a href="https://github.com/pages/actions/jekyll-build-pages/">themes</a></h1>
4545

46-
46+
4747

4848
<p>A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages.</p>
4949

50-
50+
5151
<p class="view"><a href="https://github.com/actions/jekyll-build-pages">View the Project on GitHub <small>actions/jekyll-build-pages</small></a></p>
52+
5253

54+
5355

54-
55-
56-
56+
5757
</header>
5858
<section>
5959

@@ -62,9 +62,9 @@ <h1><a href="https://github.com/pages/actions/jekyll-build-pages/">themes</a></h
6262

6363
</section>
6464
<footer>
65-
65+
6666
<p>This project is maintained by <a href="https://github.com/actions">actions</a></p>
67-
67+
6868
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
6969
</footer>
7070
</div>

0 commit comments

Comments
 (0)