mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
allowing any manner of indentation in the comments, by adjusting them in the lexer
This commit is contained in:
8
test/fixtures/execution/test_funky_comments.coffee
vendored
Normal file
8
test/fixtures/execution/test_funky_comments.coffee
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
func: =>
|
||||
false
|
||||
false # comment
|
||||
false
|
||||
# comment
|
||||
true
|
||||
|
||||
print(func())
|
||||
Reference in New Issue
Block a user