PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ test_wkt_out_multilinestring()

static void test_wkt_out_multilinestring ( void  )
static

Definition at line 119 of file cu_out_wkt.c.

120 {
121  CU_ASSERT_STRING_EQUAL(
122  cu_wkt("MULTILINESTRING((1 2 3 4,5 6 7 8))",WKT_ISO),
123  "MULTILINESTRING ZM ((1 2 3 4,5 6 7 8))"
124  );
125  CU_ASSERT_STRING_EQUAL(
126  cu_wkt("MULTILINESTRING((1 2 3,5 6 7))",WKT_ISO),
127  "MULTILINESTRING Z ((1 2 3,5 6 7))"
128  );
129  CU_ASSERT_STRING_EQUAL(
130  cu_wkt("MULTILINESTRINGM((1 2 3,5 6 7))",WKT_ISO),
131  "MULTILINESTRING M ((1 2 3,5 6 7))"
132  );
133 }
static char * cu_wkt(char *wkt, uint8_t variant)
Definition: cu_out_wkt.c:46
#define WKT_ISO
Definition: liblwgeom.h:2184

References cu_wkt(), and WKT_ISO.

Referenced by wkt_out_suite_setup().

Here is the call graph for this function:
Here is the caller graph for this function: