PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ test_wkt_in_multilinestring()

static void test_wkt_in_multilinestring ( void  )
static

Definition at line 187 of file cu_in_wkt.c.

188 {
189  s = "MULTILINESTRING((0 0,1 1),(1 1,2 2),(3 3,3 3,3 3,2 2,2 1))";
190  r = cu_wkt_in(s, WKT_SFSQL);
191  CU_ASSERT_STRING_EQUAL(r,s);
192  //printf("\nIN: %s\nOUT: %s\n",s,r);
193  lwfree(r);
194 
195 }
char * s
Definition: cu_in_wkt.c:23
char * r
Definition: cu_in_wkt.c:24
static char * cu_wkt_in(char *wkt, uint8_t variant)
Definition: cu_in_wkt.c:50
#define WKT_SFSQL
Definition: liblwgeom.h:2076
void lwfree(void *mem)
Definition: lwutil.c:244

References cu_wkt_in(), lwfree(), r, s, and WKT_SFSQL.

Referenced by wkt_in_suite_setup().

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