mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-16 10:34:55 -05:00
adding a test case for issue 309, interpolations with implicit calls.
This commit is contained in:
@@ -68,3 +68,8 @@ a: 1
|
||||
b: 2
|
||||
c: 3
|
||||
ok "$a$b$c" is '123'
|
||||
|
||||
result: null
|
||||
stash: (str) -> result: str
|
||||
stash "a ${ ('aa').replace /a/g, 'b' } c"
|
||||
ok result is 'a bb c'
|
||||
Reference in New Issue
Block a user