utils_test.html 660 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4. Copyright 2009 The Closure Library Authors. All Rights Reserved.
  5. Use of this source code is governed by the Apache License, Version 2.0.
  6. See the COPYING file for details.
  7. -->
  8. <!--
  9. Most of these tests were stolen from the original goog.Uri tests.
  10. Author: msamuel@google.com (Mike Samuel)
  11. Author: gboyer@google.com (Garrett Boyer)
  12. -->
  13. <head>
  14. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  15. <meta charset="UTF-8" />
  16. <title>
  17. Closure Unit Tests - goog.uri.utils
  18. </title>
  19. <script src="../base.js">
  20. </script>
  21. <script>
  22. goog.require('goog.uri.utilsTest');
  23. </script>
  24. </head>
  25. <body>
  26. </body>
  27. </html>