jashkenas--coffeescript/test/test_funky_comments.coffee

36 lines
331 B
CoffeeScript

# comment
func: ->
# comment
false
false # comment
false
# comment
true
switch 'string'
# comment
when false then something()
# comment
when null
something_else()
->
code()
# comment
ok func()
func
func
# Line3
obj: {
# comment
# comment
# comment
one: 1
# comment
two: 2
# comment
}