mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 09:17:55 -05:00
fixing herecomment/indentation bugaboo ... issue #474
This commit is contained in:
@@ -66,6 +66,23 @@ func: ->
|
||||
###
|
||||
code
|
||||
|
||||
func: ->
|
||||
one: ->
|
||||
two: ->
|
||||
three: ->
|
||||
###
|
||||
block.
|
||||
###
|
||||
four: ->
|
||||
|
||||
fn1: ->
|
||||
oneLevel: null
|
||||
###
|
||||
This isn't fine.
|
||||
###
|
||||
|
||||
ok ok
|
||||
|
||||
obj: {
|
||||
a: 'b'
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user