Another attempt to fix the getScript problem
[jquery.git] / build / test / data / test.html
index cdae246..df438d0 100644 (file)
@@ -1,4 +1,7 @@
 html text<br/>
-<script type="text/javascript">foo = "foo";</script>
+<script type="text/javascript">/* <![CDATA[ */
+testFoo = "foo"; $('#foo').html('foo');
+ok( true, "test.html executed" );
+/* ]]> */</script>
 <script src="data/test.js"></script>
 blabla
\ No newline at end of file