diff options
author | Nick White <git@njw.me.uk> | 2010-11-14 22:47:04 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-11-14 22:47:04 +0000 |
commit | 3d29579a6cb3be321296c12e27dfbf90fc9e26f9 (patch) | |
tree | 15c9e095193955bab61f2264adee7a5ee69c8a37 /tests/showsimple.js | |
parent | 159527a972b0a929aeda3dcbd71c71f1367189de (diff) |
Add tests
Diffstat (limited to 'tests/showsimple.js')
-rw-r--r-- | tests/showsimple.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/showsimple.js b/tests/showsimple.js new file mode 100644 index 0000000..a994348 --- /dev/null +++ b/tests/showsimple.js @@ -0,0 +1,6 @@ +(function() { + stag = document.createElement("script"); + document.body.appendChild(stag).src="../simplyread.js"; + simplyread(); + console.log(document.body.innerHTML); +})(); |