Parent Directory
|
Revision Log
|
Patch
revision 30 by siliconforks, Sun Aug 19 04:45:14 2007 UTC | revision 273 by siliconforks, Thu Oct 9 04:33:02 2008 UTC | |
---|---|---|
# | Line 8 | Line 8 |
8 | function test_f() { | function test_f() { |
9 | assert(f()); | assert(f()); |
10 | } | } |
11 | ||
12 | /* | |
13 | This code automatically stores coverage reports when running under | |
14 | jscoverage-server. | |
15 | */ | |
16 | function tearDownPage() { | |
17 | if (window.jscoverage_report) { | |
18 | jscoverage_report(); | |
19 | } | |
20 | } | |
21 | </script> | </script> |
22 | </head> | </head> |
23 | <body> | <body> |
|
ViewVC Help | |
Powered by ViewVC 1.1.24 |