CADbloke / daisydiff

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid tags are generated

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Ran daisydiff with the following options.
java -jar daisydiff.jar old.html new.html --file=results.xml  --output=xml
java -jar daisydiff.jar old.html new.html --file=results.html --output=html

What is the expected output? What do you see instead?
Html output:
<span class="diff-html-added" previous="first-diff" changeId="added-diff-0" 
next="last-diff" onclick="return tipA(constructToolTipA(this));"></span>
</br>daisy diff</p>

The </br> should be <br/> or <br>?

Xml output:
<span class="diff-html-added" previous="first-diff" changeId="added-diff-0" 
next="last-diff"/></br>daisy diff</p>

Can this line:
<span class="diff-html-added" previous="first-diff" changeId="added-diff-0" 
next="last-diff"/>
be like this, just like the html output:
<span class="diff-html-added" previous="first-diff" changeId="added-diff-0" 
next="last-diff"></span>

The </br> should be <br/> or <br>?

What version of the product are you using? On what operating system?
daisydiff version 1.2
Windows 7 enterprise

Please provide any additional information below.

Original issue reported on code.google.com by roderick...@gmail.com on 3 Jun 2013 at 3:19

Attachments:

Sorry but I attached the wrong test files.

Original comment by roderick...@gmail.com on 25 Jun 2013 at 1:01

  • Added labels: ****
  • Removed labels: ****

Attachments:

marked invalid as requested by Roderick 

Original comment by guy...@gmail.com on 27 Jun 2013 at 1:13

  • Changed state: Invalid
  • Added labels: ****
  • Removed labels: ****