mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 17:27:59 -05:00
Fix typo in test name
This commit is contained in:
@@ -23,7 +23,7 @@ test "soaked property access caches method calls", ->
|
||||
eq nonce , obj.fn()?.a
|
||||
eq undefined, obj.fn()?.b
|
||||
|
||||
test "soaked property access chaching", ->
|
||||
test "soaked property access caching", ->
|
||||
nonce = {}
|
||||
counter = 0
|
||||
fn = ->
|
||||
|
||||
Reference in New Issue
Block a user