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

5 lines
140 B
YAML

desc: 1132 JSON duplicate key
tests:
- cd: r.json('{"a":1,"a":2}')
ot: err("ReqlQueryLogicError", "Duplicate key \"a\" in JSON.", [])