~ubuntu-branches/ubuntu/vivid/tidy/vivid-updates

« back to all changes in this revision

Viewing changes to test/input/in_427833.html

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2008-01-20 21:46:03 UTC
  • mfrom: (0.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080120214603-oqicq5jwr1exrm55
Tags: 20080116cvs-2
* debian/control: build depends on xsltproc
  (closes: #461608)
* debian/tidy.preinst,postinst: add code to move old config file
  (closes: #461623)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
 
2
        "http://www.w3.org/TR/html4/strict.dtd">
 
3
<html lang="en">
 
4
<head>
 
5
        <title>Escape sequences</title>
 
6
</head>
 
7
<body>
 
8
<p>#include &lt;stdio.h&gt;</p>
 
9
<p>#include &#60;stdio.h&#62;</p>
 
10
<p>#include &#x3C;stdio.h&#X3e;</p>
 
11
</body>
 
12
</html>