From 3d29579a6cb3be321296c12e27dfbf90fc9e26f9 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 14 Nov 2010 22:47:04 +0000 Subject: Add tests --- tests/showsimple.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/showsimple.js (limited to 'tests/showsimple.js') 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); +})(); -- cgit v1.2.3