~ubuntu-branches/ubuntu/lucid/tidy/lucid

« back to all changes in this revision

Viewing changes to test/input/in_443678.html

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2008-01-20 21:46:03 UTC
  • mfrom: (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080120214603-poklofici9og61tx
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
<HTML>
 
2
<HEAD>
 
3
<TITLE>[ #443678 ] Unclosed &lt;script&gt; in &lt;head&gt; messes Tidy</TITLE>
 
4
<script src="bar.js">
 
5
function baz()
 
6
{
 
7
  document.write( '<foo></foo>' );
 
8
  document.write( "<bar>\"Some Text\"<\/bar>" );
 
9
}
 
10
</script>
 
11
<script src="foo.js">
 
12
</HEAD>
 
13
<BODY text = "#ff0000">
 
14
Just a test.
 
15
<script>
 
16
test();
 
17
</script>
 
18
</BODY>
 
19
</HTML>