mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-19 17:26:30 +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>")
|