Sha256: 0fa3df18f1c8194570805e095e5ba85e5682d6ac124ff0bdb24702035453ec0c
Contents?: true
Size: 779 Bytes
Versions: 17
Compression:
Stored size: 779 Bytes
Contents
<!doctype html> <html> <head> <title>Parser Test Suite Page</title> <style> input+span:hover { border-bottom: 1px solid red; cursor: pointer; } #cfg-menu { position: fixed; top:0; left: 0; background-color: white; } div { font-size: 11px; font-family: monospace; } .red { background-color: red; color: white; } .green { background-color: green; color: white; } hr { margin: 0; padding: 0; font-size: 1px; } </style> </head> <body> (c) qfox.nl<br/> Parser test suite<br/> <div>Running...</div> <script src="unicodecategories.js"></script> <script src="Tokenizer.js"></script> <script src="ZeParser.js"></script> <script src="Tests.js"></script> <script> ZeParser.testSuite(Tests); </script> </body> </html>
Version data entries
17 entries across 17 versions & 2 rubygems