mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
added test.html that runs most of test/*.coffee in browsers
This commit is contained in:
@@ -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 = ->
|
||||
|
||||
Reference in New Issue
Block a user