mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
Operators now respect new lines as being spaced.
This commit is contained in:
@@ -152,3 +152,9 @@ a = -> share++ if share is 0
|
||||
b = -> share++ if share is 1
|
||||
c = -> share++ if share is 2
|
||||
ok a() not in [b(),c()] and share is 3
|
||||
|
||||
|
||||
# Operators should respect new lines as spaced.
|
||||
a = 123 +
|
||||
456
|
||||
ok a is 579
|
||||
|
||||
Reference in New Issue
Block a user