Skip to content

Commit dc1586e

Browse files
committed
Unskip Inline tests
These are just topics of templating
1 parent 55a2d20 commit dc1586e

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<title></title>
45

56
</head>
67
<body>
78
<p>Lorem ipsum dolor sit amet <span class="guilabel">Foo Bar</span>.</p>
8-
<p>Lorem ipsum dolor sit amet<span class="guilabel">Foo Bar</span>.</p>
9-
<p>Lorem ipsum dolor sit amet <span class="guilabel">Foo-Bar</span>.</p>
9+
<p>Lorem ipsum dolor sit amet<span class="guilabel">Foo Bar</span>.</p>
10+
<p>Lorem ipsum dolor sit amet <span class="guilabel">Foo-Bar</span>.</p>
1011
</body>
1112
</html>

tests/Integration/tests/guilable/input/skip

Whitespace-only changes.
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
<p><code class="code php docutils literal notranslate"><span class="pre">$result</span> <span class="pre">=</span> <span class="pre">$a</span> <span class="pre">+</span> <span class="pre">23;</span></code></p>
2-
<p><code class="code typoscript docutils literal notranslate"><span class="pre">lib.hello.value</span> <span class="pre">=</span> <span class="pre">Hello</span> <span class="pre">World!</span></code></p>
3-
<p><code class="file docutils literal notranslate"><span class="pre">/etc/passwd</span></code></p>
4-
<p><kbd class="kbd docutils literal notranslate">ctrl</kbd> + <kbd class="kbd docutils literal notranslate">s</kbd></p>
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title></title>
5+
6+
</head>
7+
<body>
8+
<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>
9+
</body>
10+
</html>

tests/Integration/tests/inline-code/input/skip

Whitespace-only changes.

0 commit comments

Comments
 (0)