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/2696.yaml
2017-11-02 07:05:11 -07:00

7 lines
184 B
YAML

desc: Regression test for issue 2696, delete_at with end bounds.
tests:
- cd: r.expr([1,2,3,4]).delete_at(4,4)
ot: [1,2,3,4]
- cd: r.expr([]).delete_at(0,0)
ot: []