Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / zeparser / test-parser.html
1 <!doctype html>\r
2 <html>\r
3         <head>\r
4                 <title>Parser Test Suite Page</title>\r
5                 <style>\r
6                         input+span:hover { border-bottom: 1px solid red; cursor: pointer; }\r
7                         #cfg-menu { position: fixed; top:0; left: 0; background-color: white; }\r
8                         div { font-size: 11px; font-family: monospace; }\r
9                         .red { background-color: red; color: white; }\r
10                         .green { background-color: green; color: white; }\r
11                         hr { margin: 0; padding: 0; font-size: 1px; }\r
12                 </style>\r
13         </head>\r
14         <body>\r
15                 (c) qfox.nl<br/>\r
16                 Parser test suite<br/>\r
17                 <div>Running...</div>\r
18                 <script src="unicodecategories.js"></script>\r
19                 <script src="Tokenizer.js"></script>\r
20                 <script src="ZeParser.js"></script>\r
21                 <script src="Tests.js"></script>\r
22                 <script>\r
23                         ZeParser.testSuite(Tests);\r
24                 </script>\r
25         </body>\r
26 </html>