Fix bug in style changes for the Use cases on the live site.
[yaffs-website] / vendor / caxy / php-htmldiff / tests / fixtures / HtmlDiff / space-inside-isolated-tag.html
1 <oldText>
2     Testing <i>italic text </i>with intentional space and a (word) with parenthesis.
3 </oldText>
4 <newText>
5     Testing <i>italic text </i>with a space and a (word) with parenthesis.
6 </newText>
7 <expected>
8     Testing <i>italic text </i>with <del class="diffmod">intentional</del><ins class="diffmod">a</ins> space and a (word) with parenthesis.
9 </expected>