CADbloke / daisydiff

Automatically exported from code.google.com/p/daisydiff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compare result error for table

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1.Create a html page, and insert a table. Cells are:
a   b
c   d
e   f
2.Edit table, change to cells:
1   2
c   d
5   6

3.Use daisydiff.jar to compare.

What is the expected output? What do you see instead?
expected: 
cell 1 changed from "a" to "1"
cell 2 changed from "b" to "2"
cell 5 changed from "e" to "5"
cell 6 changed from "f" to "6"
While we get the difference are:
cell 4, chagned from "d" to "e"
cell 5 changed from "f" to "5"
cell 6 newly added "6"
Details, please refer the the attached screenshot.




What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by carrieha...@gmail.com on 11 Sep 2013 at 7:06

Attachments: