aboutsummaryrefslogtreecommitdiffstats
path: root/signaling-server/node_modules/socket.io/node_modules/socket.io-client/node_modules/active-x-obfuscator/node_modules/zeparser/test-tokenizer.html
diff options
context:
space:
mode:
Diffstat (limited to 'signaling-server/node_modules/socket.io/node_modules/socket.io-client/node_modules/active-x-obfuscator/node_modules/zeparser/test-tokenizer.html')
-rwxr-xr-xsignaling-server/node_modules/socket.io/node_modules/socket.io-client/node_modules/active-x-obfuscator/node_modules/zeparser/test-tokenizer.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/signaling-server/node_modules/socket.io/node_modules/socket.io-client/node_modules/active-x-obfuscator/node_modules/zeparser/test-tokenizer.html b/signaling-server/node_modules/socket.io/node_modules/socket.io-client/node_modules/active-x-obfuscator/node_modules/zeparser/test-tokenizer.html
new file mode 100755
index 0000000..0e0d1b1
--- /dev/null
+++ b/signaling-server/node_modules/socket.io/node_modules/socket.io-client/node_modules/active-x-obfuscator/node_modules/zeparser/test-tokenizer.html
@@ -0,0 +1,23 @@
+<!doctype html>
+<html>
+ <head>
+ <title>Tokenizer 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/>
+ <script src="unicodecategories.js"></script>
+ <script src="Tokenizer.js"></script>
+ <script src="Tests.js"></script>
+ <script>
+ Tokenizer.testSuite(Tests);
+ </script>
+ </body>
+</html> \ No newline at end of file