mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-16 07:50:18 +00:00
8 lines
214 B
YAML
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>")
|