mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
Issue #587 ... Removing the Attempted Removal of Erroneous Double Parens.
This commit is contained in:
@@ -54,9 +54,9 @@ trailingComma = {k1: "v1", k2: 4, k3: (-> true),}
|
||||
ok trailingComma.k3() and (trailingComma.k2 is 4) and (trailingComma.k1 is "v1")
|
||||
|
||||
|
||||
money$ = 'dollars'
|
||||
money$ = '(((dollars)))'
|
||||
|
||||
ok money$ is 'dollars'
|
||||
ok money$ is '\(\(\(dollars\)\)\)'
|
||||
|
||||
|
||||
multiline = "one
|
||||
|
||||
Reference in New Issue
Block a user