Skip to content

Commit 5ede52d

Browse files
linawolfwouterj
authored andcommitted
[BUGFIX] Add test showing Twig swallowing inline space
resolves #922
1 parent 3896e4f commit 5ede52d

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- content start -->
2+
<div class="section" id="document-title">
3+
<a id="start"></a>
4+
<h1>Document Title</h1>
5+
6+
<p>Lorem Ipsum Dolor.</p>
7+
<p><strong>all</strong>&#32;<a href="/index.html#start">data</a></p>
8+
<p><em>all</em>&#32;<a href="/index.html#start">data</a></p>
9+
<p><strong>bold</strong> and <em>italic</em></p>
10+
<p><strong>bold</strong>&#32;<em>italic</em></p>
11+
</div>
12+
13+
<!-- content end -->
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. _start:
2+
3+
==============
4+
Document Title
5+
==============
6+
7+
Lorem Ipsum Dolor.
8+
9+
**all** :ref:`data <start>`
10+
11+
*all* :ref:`data <start>`
12+
13+
**bold** and *italic*
14+
15+
**bold** *italic*

0 commit comments

Comments
 (0)