test.html 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Underscore.strings Test Suite</title>
  6. <link rel="stylesheet" href="test_underscore/vendor/qunit.css" type="text/css" media="screen" />
  7. <script type="text/javascript" src="test_underscore/vendor/jquery.js"></script>
  8. <script type="text/javascript" src="test_underscore/vendor/qunit.js"></script>
  9. <script type="text/javascript" src="test_underscore/vendor/jslitmus.js"></script>
  10. <script type="text/javascript" src="underscore.js"></script>
  11. <script type="text/javascript" src="../lib/underscore.string.js"></script>
  12. <script type="text/javascript" src="strings.js"></script>
  13. <script type="text/javascript" src="speed.js"></script>
  14. </head>
  15. <body>
  16. <h1 id="qunit-header">Underscore.string Test Suite</h1>
  17. <h2 id="qunit-banner"></h2>
  18. <h2 id="qunit-userAgent"></h2>
  19. <ol id="qunit-tests"></ol>
  20. <br />
  21. <h1 class="qunit-header">Underscore.string Speed Suite</h1>
  22. <!-- <h2 class="qunit-userAgent">
  23. A representative sample of the functions are benchmarked here, to provide
  24. a sense of how fast they might run in different browsers.
  25. Each iteration runs on an array of 1000 elements.<br /><br />
  26. For example, the 'intersect' test measures the number of times you can
  27. find the intersection of two thousand-element arrays in one second.
  28. </h2> -->
  29. <br />
  30. </body>
  31. </html>