This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/ext/librethinkdbxx/test/upstream/regression/678.yaml
2017-11-02 07:05:11 -07:00

11 lines
207 B
YAML

desc: fix type of `limit` and `zip` on streams (#678)
table_variable_name: tbl
tests:
- rb: tbl.map{|x| x}.limit(1).typeof
ot: ("STREAM")
- rb: r([1]).map{|x| x}.limit(1).typeof
ot: ("ARRAY")