Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compare result error for table #57

Open
GoogleCodeExporter opened this issue Nov 6, 2015 · 0 comments
Open

Compare result error for table #57

GoogleCodeExporter opened this issue Nov 6, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant