File: temp_tests.html

package info (click to toggle)
underscore 1.1.6-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 568 kB
  • sloc: makefile: 23
file content (19 lines) | stat: -rw-r--r-- 669 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<html>
<head>
  <title>Underscore Temporary Tests</title>
  <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen" />
  <script type="text/javascript" src="vendor/jquery.js"></script>
  <script type="text/javascript" src="vendor/jslitmus.js"></script>
  <script type="text/javascript" src="../underscore.js"></script>
  <script type="text/javascript" src="temp.js"></script>
</head>
<body>
  <h1 class="qunit-header">Underscore Temporary Tests</h1>
  <h2 class="qunit-userAgent">
    A page for temporary speed tests, used for developing faster implementations
    of existing Underscore methods.
  </h2>
  <br />
</body>
</html>