Skip to content

Commit

Permalink
Added html showcase.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Dec 17, 2014
1 parent 4b8cb66 commit e12b192
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/index.html
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head></head>
<body>
<script src="../uninspected.js"></script>
<script>
uninspected.log({foo: 'bar', blah: 123, quux: 12341, qvweqwve: true, qwveqwioevqwjuievjqwouievjioqwjeviqwoejvqwjevioqwjwevioqew: 12312312});

uninspected.diff({foo: '123'}, {foo: '456'})
</script>
</body>
</html>

0 comments on commit e12b192

Please sign in to comment.