Skip to content

Commit

Permalink
adjusts test for in word italics
Browse files Browse the repository at this point in the history
  • Loading branch information
denco committed Nov 10, 2023
1 parent b6a2a68 commit 5f6a57e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/suite/fixtures/expected/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h2><strong>text effects:</strong></h2>
<div><strong>strong</strong></div>
<div><strong>bold text</strong></div>
<div><i>emphasis</i></div>
<div><i>italics</i> : Thing_x_</div>
<div><i>italics</i> : Thing<i>x</i></div>
<div><i>italics with spaces</i></div>
<div><cite>citation</cite> <br /></div>
<div><span style="text-decoration: line-through">deleted</span> <br /></div>
Expand Down
2 changes: 1 addition & 1 deletion src/test/suite/fixtures/testfiles/common/test.confluence
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ h2. *text effects:*

_emphasis_

_italics_ : Thing_x_
_italics_ : Thing{_}x_

_italics with spaces_

Expand Down

0 comments on commit 5f6a57e

Please sign in to comment.