blob: 64cc42f2b33f0e5803496c301ad31b63311f09f1 [file] [edit]
>>> (indent 6)
expect(wktGeographic.parseAll<GeoPoint2>(wktTest, range: Range(start: 2)),
<Geometry>[
GeoPoint2.from([3, 3]),
GeoPoint2.from([4, 4]),
GeoPoint2.from([5, 5]),
]);
<<< 3.6
expect(
wktGeographic.parseAll<GeoPoint2>(wktTest, range: Range(start: 2)),
<Geometry>[
GeoPoint2.from([3, 3]),
GeoPoint2.from([4, 4]),
GeoPoint2.from([5, 5]),
]);