Definition at line 127 of file cu_out_twkb.c.
128{
129
130 cu_twkb(
"LINESTRING(0 0,1 1)", 0, 0, 0, 0);
132
133
134 cu_twkb(
"LINESTRING(0 0 1,1 1 2,2 2 3)", 0, 0, 0, 0);
136
137
138
141
142
143 cu_twkb(
"LINESTRING EMPTY", 0, 0, 0, 0);
145
146}
static void cu_twkb(char *wkt, int8_t prec_xy, int8_t prec_z, int8_t prec_m, uint8_t variant)
#define ASSERT_STRING_EQUAL(o, e)
References ASSERT_STRING_EQUAL, cu_twkb(), s, and TWKB_BBOX.
Referenced by twkb_out_suite_setup().