Mercurial > eldonilo > lightstring
view test/test.html @ 13:9aeb0750b9d1
fix an error with the stream builder
author | Sonny Piers <sonny.piers@gmail.com> |
---|---|
date | Sun, 15 Jan 2012 15:23:51 +0100 |
parents | f31a75c3b6c8 |
children |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <title> lightstring tests </title> <meta charset="UTF-8"/> <link type="text/css" href="qunit.css" rel="stylesheet"/> <script type="text/javascript" src="qunit.js"></script> <script type="text/javascript" src="../md5.js"></script> <script type="text/javascript" src="../lightstring.js"></script> <script type="text/javascript" src="test.js"></script> </head> <body> <h1 id="qunit-header">QUnit example</h1> <h2 id="qunit-banner"></h2> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"> </body> </html>