Skip to content

Commit 4fb8f9e

Browse files
committed
Fix tests added by other PRs
1 parent d0197e3 commit 4fb8f9e

File tree

8 files changed

+15
-25
lines changed

8 files changed

+15
-25
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<p>Lorem ipsum dolor sit amet <span class="guilabel">Foo Bar</span>.</p>
2+
<p>Lorem ipsum dolor sit amet<span class="guilabel">Foo Bar</span>.</p>
3+
<p>Lorem ipsum dolor sit amet <span class="guilabel">Foo-Bar</span>.</p>
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p><code class="php">$result = $a + 23;</code><code class="typoscript">lib.hello.value = Hello World!</code><span class="pre file">/etc/passwd</span><kbd>ctrl</kbd> + <kbd>s</kbd></p>
File renamed without changes.
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title></title>
4+
<title>Some Document</title>
55

66
</head>
77
<body>
8-
8+
<div class="section" id="some-document">
9+
<h1>Some Document</h1>
10+
11+
912

1013
<ol class="bignums">
1114
<li><p>First Item</p><p>This is the body text</p></li>
@@ -14,7 +17,7 @@
1417

1518
</ol>
1619

17-
20+
1821

1922
<ol class="bignums-xxl">
2023
<li><p>And then with xxl big numbers</p><p>This is the body text</p></li>
@@ -23,5 +26,7 @@
2326

2427
</ol>
2528

29+
</div>
30+
2631
</body>
2732
</html>

tests/Integration/tests/big-numbers/input/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Some Document
2+
=============
3+
14
.. rst-class:: bignums
25

36
1. First Item

tests/Integration/tests/guilable/expected/index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/Integration/tests/inline-code/expected/index.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)