Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
typogrify: Add test for number+space+fraction.
Browse files Browse the repository at this point in the history
gvtulder committed Sep 20, 2024
1 parent 8f53960 commit 61ee9a0
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/draft_commands/typogrify/test-1/golden/typogrify.xhtml
Original file line number Diff line number Diff line change
@@ -34,6 +34,13 @@
<li>“ ’tis</li>
<li>“ ’Tis</li>
</ul>
<!-- Remove space between number and fraction -->
<ul>
<li>123½</li>
<li>123¾</li>
<li>123⅚</li>
<li>123¹⁄₈₀₀</li>
</ul>
</section>
</body>
</html>
7 changes: 7 additions & 0 deletions tests/draft_commands/typogrify/test-1/in/typogrify.xhtml
Original file line number Diff line number Diff line change
@@ -34,6 +34,13 @@
<li>“’tis</li>
<li>“’Tis</li>
</ul>
<!-- Remove space between number and fraction -->
<ul>
<li>123 ½</li>
<li>123 ¾</li>
<li>123⅚</li>
<li>123¹⁄₈₀₀</li>
</ul>
</section>
</body>
</html>

0 comments on commit 61ee9a0

Please sign in to comment.