-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtests.html
More file actions
20 lines (14 loc) · 586 Bytes
/
tests.html
File metadata and controls
20 lines (14 loc) · 586 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>Plopix JS Console</title>
</head>
<body>
Plop!
<span style="display: none" data-plopix-console data-verbosity="200" data-context="[1,2,3,4]">Oh yeah %d %d</span>
<span style="display: none" data-plopix-console data-context='[1,2,3,4,5,{"result":"plop"}]'>Good</span>
<span style="display: none" data-plopix-console data-context='[1,2,3,4,5,[77,88]]'>Good %O</span>
<span style="display: none" data-plopix-console data-context='[[1,2,3,4,5,[77,88]]]'>Good %O</span>
<script src="/console.min.js"></script>
<script src="/tests.js"></script>
</body>
</html>