Skip to content

Commit

Permalink
re #64 thanks Nate
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcher committed Sep 10, 2009
1 parent 658e0e6 commit e7d73b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/index.html
Expand Up @@ -14,6 +14,14 @@
document.getElementsByTagName('head')[0].appendChild(s);
}
</script>
<script>
function testXMLSpecialCharacters(){
if(true && true && 0>-1){
var f = 0&1;
f&=1;
}
}
</script>
<link rel="Stylesheet" media="screen" href="data/testsuite.css"
onload="try{testLinkOnload();}catch(e){;}" />

Expand Down

0 comments on commit e7d73b0

Please sign in to comment.