| <!DOCTYPE html> | 
| <html> | 
| <head> | 
|   <meta charset="utf-8" /> | 
|   <title>Unit Tests for math.js</title> | 
|   <link rel="icon" type="image/png" href="../editor/images/logo.png"/> | 
|   <link rel="stylesheet" href="../node_modules/qunit/qunit/qunit.css"/> | 
|   <script src="../editor/jquery.min.js"></script> | 
|   <script src="../node_modules/qunit/qunit/qunit.js"></script> | 
|   <script type="module" src="math_test.js"></script> | 
| </head> | 
| <body> | 
|   <h1 id="qunit-header">Unit Tests for math.js</h1> | 
|   <h2 id="qunit-banner"></h2> | 
|   <h2 id="qunit-userAgent"></h2> | 
|   <ol id="qunit-tests"></ol> | 
| </body> | 
| </html> |