Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test-es5-min.html 615B

1234567891011121314151617
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <link rel="stylesheet" href="qunit.css" type="text/css"/>
  6. <script type="text/javascript" src="qunit.js"></script>
  7. <script type="text/javascript" src="../dist/es5/uri.all.min.js"></script>
  8. <script type="text/javascript" src="tests.js"></script>
  9. </head>
  10. <body>
  11. <h1 id="qunit-header">URI.js Test Suite</h1>
  12. <h2 id="qunit-banner"></h2>
  13. <div id="qunit-testrunner-toolbar"></div>
  14. <h2 id="qunit-userAgent"></h2>
  15. <ol id="qunit-tests"></ol>
  16. </body>
  17. </html>