2017-11-02 07:05:11 -07:00

6 lines
179 B
YAML

desc: multi-stream map works even if one of the streams is empty from the beginning
table_variable_name: tbl
tests:
- py: r.range(100).map(tbl, lambda x, y: nil)
ot: []