added a test to make sure that chained calls work

This commit is contained in:
Jeremy Ashkenas 2009-12-25 07:16:59 -08:00
parent 851ec82495
commit 968aeec523
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
identity_wrap: x => => x..
result: identity_wrap(identity_wrap(true))()()
print(result)