This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2005e1e0a202431e9e613c6097610592d1cd0ccd
wren
/
test
/
list
/
reduce_no_items.wren
T
2 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add test for empty reduce
2015-01-16 09:29:45 +01:00
[].reduce {|a, b| 1 } // expect runtime error: Can't reduce an empty sequence.
Reference in New Issue
Copy Permalink