Skip to content

Commit 82e3f7b

Browse files
committed
[TASK] Regenerate integration test baseline
There are only changes of spaces. But they cause noise when you want to run the tool to update integration tests. Fix script to ignore skipped tests
1 parent 6b740c7 commit 82e3f7b

File tree

153 files changed

+234
-241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+234
-241
lines changed

tests/Integration/tests-full/bootstrap/bootstrap-default-menu/expected/anotherPage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080

8181
<div class="section" id="another-page">
82-
<h1>Another Page</h1>
82+
<h1>Another Page</h1>
8383

8484
<p>Lorem Ipsum Dolor.</p>
8585
</div>

tests/Integration/tests-full/bootstrap/bootstrap-default-menu/expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979

8080
<div class="section" id="document-title">
81-
<h1>Document Title</h1>
81+
<h1>Document Title</h1>
8282

8383
<p>Lorem Ipsum Dolor.</p>
8484

tests/Integration/tests-full/bootstrap/bootstrap-default-menu/expected/somePage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080

8181
<div class="section" id="some-page">
82-
<h1>Some Page</h1>
82+
<h1>Some Page</h1>
8383

8484
<p>Lorem Ipsum <span class="custom">Dolor</span>.</p>
8585
</div>

tests/Integration/tests-full/bootstrap/bootstrap-index/expected/anotherPage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080

8181
<div class="section" id="another-page">
82-
<h1>Another Page</h1>
82+
<h1>Another Page</h1>
8383

8484
<p>Lorem Ipsum Dolor.</p>
8585
</div>

tests/Integration/tests-full/bootstrap/bootstrap-index/expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979

8080
<div class="section" id="document-title">
81-
<h1>Document Title</h1>
81+
<h1>Document Title</h1>
8282

8383
<p>Lorem Ipsum Dolor.</p>
8484

tests/Integration/tests-full/bootstrap/bootstrap-index/expected/somePage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080

8181
<div class="section" id="some-page">
82-
<h1>Some Page</h1>
82+
<h1>Some Page</h1>
8383

8484
<p>Lorem Ipsum <span class="custom">Dolor</span>.</p>
8585
</div>

tests/Integration/tests-full/index/expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<body>
88
<!-- content start -->
99
<div class="section" id="document-title">
10-
<h1>Document Title</h1>
10+
<h1>Document Title</h1>
1111

1212
<p>Lorem Ipsum Dolor.</p>
1313
</div>

tests/Integration/tests/anchor/anchor-link-in-list/expected/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- content start -->
22
<div class="section" id="test">
3-
<h1>Test</h1>
3+
<h1>Test</h1>
44

55

66

@@ -12,12 +12,12 @@ <h1>Test</h1>
1212
</ul>
1313

1414
<div class="section" id="link-foo">
15-
<h2>Link Foo</h2>
15+
<h2>Link Foo</h2>
1616

1717
</div>
1818

1919
<div class="section" id="link-bar">
20-
<h2>Link Bar</h2>
20+
<h2>Link Bar</h2>
2121

2222
</div>
2323

tests/Integration/tests/anchor/anchor-ref-title-equals-title/expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- content start -->
22
<div class="section" id="anchors-between-pages">
3-
<h1>Anchors between pages</h1>
3+
<h1>Anchors between pages</h1>
44

55
<p>This is a link to the RST Overview: <a href="/overview.html#rst-overview">Overview 1</a></p>
66
<p>This is a link to the Sphinx Overview: <a href="/overview.html#sphinx-overview">Overview 2</a></p>

tests/Integration/tests/anchor/anchor-ref-title-equals-title/expected/overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<!-- content start -->
22
<div class="section" id="overview">
3-
<h1>Overview</h1>
3+
<h1>Overview</h1>
44

55
<div class="section" id="overview-1">
66
<a id="rst-overview"></a>
7-
<h2>Overview 1</h2>
7+
<h2>Overview 1</h2>
88

99
<p>RST Overview content</p>
1010
</div>
1111

1212
<div class="section" id="overview-2">
1313
<a id="sphinx-overview"></a>
14-
<h2>Overview 2</h2>
14+
<h2>Overview 2</h2>
1515

1616
<p>Sphinx Overview content</p>
1717
</div>

0 commit comments

Comments
 (0)