Files
meteor/packages/coffeescript/tests/coffeescript_strict_tests.coffee
Maxime Quandalle 8df6553ce2 Add a literate handler in the coffeescript package
Add .coffee.md handling tests
2013-09-12 14:29:50 -07:00

13 lines
261 B
CoffeeScript

'use strict'
# Another variable, which will stay in the var line.
x = 5
# This adds a utility function to the var line.
y = []
x in y
Tinytest.add "coffeescript - shared", (test) ->
test.equal share.coffeeShared, 789
test.equal sharedFromJavascript, 135