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

View File

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