PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ test_wkb_in_point()

static void test_wkb_in_point ( void  )
static

Definition at line 104 of file cu_in_wkb.c.

105 {
106  cu_wkb_in("POINT(0 0 0 0)");
107 // printf("old: %s\nnew: %s\n",hex_a, hex_b);
109 
110  cu_wkb_in("SRID=4;POINTM(1 1 1)");
112 
113  cu_wkb_in("POINT EMPTY");
115 
116  cu_wkb_in("SRID=4326;POINT EMPTY");
118 
119  cu_wkb_in("POINT Z EMPTY");
121 
122  cu_wkb_in("POINT M EMPTY");
124 
125  cu_wkb_in("POINT ZM EMPTY");
127 
128 }
static char * hex_a
Definition: cu_in_wkb.c:23
static void cu_wkb_in(char *wkt)
Definition: cu_in_wkb.c:62
static char * hex_b
Definition: cu_in_wkb.c:24
#define ASSERT_STRING_EQUAL(o, e)

References ASSERT_STRING_EQUAL, cu_wkb_in(), hex_a, and hex_b.

Referenced by wkb_in_suite_setup().

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