Files
wren/test/list
Luchs 6ac4e99b55 test: add string concatenation test for reduce with folding order
Add test cases demonstrating that the reduce function works with string arrays
and concatenation, verifying both with and without initial accumulator values.
The test uses a list of characters ["W", "o", "r", "l", "d"] and the existing
sum function to show that reduce correctly folds strings in order.
2015-01-16 08:48:59 +00:00
..