Fix bug in style changes for the Use cases on the live site.
[yaffs-website] / vendor / caxy / php-htmldiff / tests / fixtures / HtmlDiff / issue-28-link-changes.html
1 <oldText>
2 Testing <a href="http://google.com">Link Changes</a>
3 And when the link <a href="http://samelink.com">stays the same</a>
4 </oldText>
5
6 <newText>
7 Testing <a href="http://caxy.com">Link Changes</a>
8 And when the link <a href="http://samelink.com">stays the same</a>
9 </newText>
10
11 <expected>
12 Testing <del class="diffmod diffa diffhref"><a href="http://google.com">Link Changes</a></del><ins class="diffmod diffa diffhref"><a href="http://caxy.com">Link Changes</a></ins>
13  And when the link <a href="http://samelink.com">stays the same</a>
14 </expected>
15