Definition at line 114 of file cu_in_wkt.c.
116 s =
"LINESTRING EMPTY";
121 s =
"LINESTRING(0 0,1 1)";
126 s =
"LINESTRING(0 0 0,1 1 1)";
131 s =
"LINESTRING M (0 0 0,1 1 1)";
136 s =
"LINESTRING ZM (0 0 0 1,1 1 1 1,2 2 2 2,0.141231 4 5 4)";
141 s =
"LINESTRINGM(0 0 0,1 1 1)";
146 s =
"LINESTRING ZM EMPTY";
151 s =
"LINESTRING Z (0 0 0 1, 0 1 0 1)";
static char * cu_wkt_in(char *wkt, uint8_t variant)
#define ASSERT_STRING_EQUAL(o, e)
References ASSERT_STRING_EQUAL, cu_wkt_in(), lwfree(), r, s, WKT_EXTENDED, WKT_ISO, and WKT_SFSQL.
Referenced by wkt_in_suite_setup().