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

8 lines
214 B
YAML

desc: Use pseudotype name properly in `info`
tests:
- cd: r.point(0, 1).type_of()
ot: ("PTYPE<GEOMETRY>")
- cd: r.point(0, 1).info()['type']
js: r.point(0, 1).info()('type')
ot: ("PTYPE<GEOMETRY>")