Definition at line 155 of file cu_in_twkb.c.
156{
157 cu_twkb_in(
"MULTILINESTRING((0 0,0 1),(1 1, 10 10))");
159
160 cu_twkb_in(
"MULTILINESTRING((0 0,0 1),EMPTY,(1 1, 10 10))");
162
163 cu_twkb_in(
"MULTILINESTRING((0 0 200000,0 1 10),(1 100000000 23, 10 10 45))");
165
166
169}
static void cu_twkb_in(char *wkt)
References cu_twkb_in(), hex_a, and hex_b.
Referenced by twkb_in_suite_setup().