Skip to content

Commit 3ccaa10

Browse files
committed
Fix PhpUnit test
The expected result didn't reflect the changes made in the sample files at commit 6b9661c.
1 parent ec0918b commit 3ccaa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/resources/htmlMerged.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;h2&gt;This line is the same for both versions.&lt;/h2&gt;</td>
3232
</tr></tbody><tbody class="ChangeReplace"><tr>
3333
<th class="" title="">9</th>
34-
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;h2&gt;This line has <del>inline </del><ins></ins>differences between both versions.&lt;/h2&gt;</td>
34+
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;h2&gt;<del>this line has inline</del><ins>This line has</ins> differences between both versions.&lt;/h2&gt;</td>
3535
</tr></tbody><tbody class="ChangeEqual"><tr>
3636
<th class="" title="">10</th>
3737
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;h2&gt;This line is the same for both versions.&lt;/h2&gt;</td>

0 commit comments

Comments
 (0)