added test.html that runs most of test/*.coffee in browsers

This commit is contained in:
satyr
2010-10-12 02:04:51 +09:00
parent a4b6b2464c
commit 5ed69a5a58
4 changed files with 76 additions and 18 deletions

View File

@@ -60,7 +60,7 @@ eq value?.toString().toLowerCase(), undefined
value = 10
eq value?.toString().toLowerCase(), '10'
eq process.exit.nothing?.property() or 101, 101
eq 0.nothing?.property() or 101, 101
counter = 0
func = ->