UNPKG

punto

Version:

Bidirectional dot notation conversion.

21 lines (20 loc) 669 B
<!doctype html> <html> <head> <title>Senna</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../bower_components/mocha/mocha.css" /> </head> <body> <div id="mocha"></div> <script src="../build/punto.js"></script> <script src="../bower_components/assert/assert.js"></script> <script src="../bower_components/mocha/mocha.js"></script> <script>mocha.setup('bdd');</script> <script> mocha.run(); </script> <!-- Adds long-loading iframe to assure test still passes when page is not fully loaded --> <!-- <iframe style="display:none;" src="http://www.youtube.com/embed/G5aDDMpHZhY"></iframe> --> </body> </html>