collection_test.html 454 B

12345678910111213141516171819202122
  1. <!doctype html>
  2. <html>
  3. <!--
  4. Copyright 2011 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.structs.Collection
  12. </title>
  13. <script src="../base.js">
  14. </script>
  15. <script>
  16. goog.require('goog.structs.CollectionTest');
  17. </script>
  18. </head>
  19. <body>
  20. </body>
  21. </html>