path_test.html 440 B

12345678910111213141516171819202122
  1. <!doctype html>
  2. <html>
  3. <!--
  4. Copyright 2010 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. <head>
  9. <meta charset="UTF-8" />
  10. <title>
  11. Closure Unit Tests - goog.string.path
  12. </title>
  13. <script src="../base.js">
  14. </script>
  15. <script>
  16. goog.require('goog.string.pathTest');
  17. </script>
  18. </head>
  19. <body>
  20. </body>
  21. </html>