2
|
1 <!DOCTYPE html>
|
|
2 <html>
|
|
3 <head>
|
|
4 <title> lightstring tests </title>
|
|
5 <meta charset="UTF-8"/>
|
|
6 <link type="text/css" href="qunit.css" rel="stylesheet"/>
|
|
7 <script type="text/javascript" src="qunit.js"></script>
|
|
8 <script type="text/javascript" src="../md5.js"></script>
|
|
9 <script type="text/javascript" src="../lightstring.js"></script>
|
|
10 <script type="text/javascript" src="test.js"></script>
|
|
11 </head>
|
|
12 <body>
|
|
13 <h1 id="qunit-header">QUnit example</h1>
|
|
14 <h2 id="qunit-banner"></h2>
|
|
15 <h2 id="qunit-userAgent"></h2>
|
|
16 <ol id="qunit-tests">
|
|
17 </body>
|
|
18 </html>
|
|
19
|