mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-16 07:50:18 +00:00
6 lines
179 B
YAML
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: []
|