File: input3.html

package info (click to toggle)
libmarpa-r2-perl 12.000000-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,660 kB
  • sloc: perl: 42,628; ansic: 23,387; sh: 4,363; makefile: 157
file content (15 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
  <!-- 
      Reproduce bug using this command:
      marpa_r2_html_fmt --no-added-tag-comment --no-ws-ok-after-start-tag
  -->
  <head>
  </head>
  <body>
    <p>
      <a>Some Tag</a>,
      this line was duplicated in the bug
    </p>
    <hr>
  </body>
</html>