Skip to content

Commit

Permalink
Only fixture-synxtax-error.html should error.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Oct 13, 2010
1 parent 1c4ef94 commit 80cc671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixture.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<title>Fixture</title>

<body class="yui3-skin-sam">
<h1>Yeti ParseError Test</h1>
<h1>Yeti Test Test</h1>

<script src="vendor/yui3/build/yui/yui.js"></script>
<script>
Expand All @@ -24,7 +24,7 @@ <h1>Yeti ParseError Test</h1>
Y.Test.Runner.run();

});
})(; // intentional ParseError!
})();
</script>

</body>

0 comments on commit 80cc671

Please sign in to comment.