/[jscoverage]/trunk/doc/example-jsunit/test.html
ViewVC logotype

Contents of /trunk/doc/example-jsunit/test.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30 - (show annotations)
Sun Aug 19 04:45:14 2007 UTC (15 years, 7 months ago) by siliconforks
File MIME type: text/html
File size: 289 byte(s)
Add jsunit example.

1 <html>
2 <head>
3 <title>Test</title>
4
5 <script type="text/javascript" src="jsunit/app/jsUnitCore.js"></script>
6 <script type="text/javascript" src="script.js"></script>
7 <script type="text/javascript">
8 function test_f() {
9 assert(f());
10 }
11 </script>
12 </head>
13 <body>
14 </body>
15 </html>

  ViewVC Help
Powered by ViewVC 1.1.24