mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
adding a test case for issue 309, interpolations with implicit calls.
This commit is contained in:
parent
2e842f0146
commit
c3bbb48041
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
Loading…
Add table
Add a link
Reference in a new issue