PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ test_twkb_in_linestring()

static void test_twkb_in_linestring ( void  )
static

Definition at line 112 of file cu_in_twkb.c.

113{
114 cu_twkb_in("LINESTRING(0 0,1 1)");
115 CU_ASSERT_STRING_EQUAL(hex_a, hex_b);
116
117 cu_twkb_in("LINESTRING(0 0 1,1 1 2,2 2 3)");
118 CU_ASSERT_STRING_EQUAL(hex_a, hex_b);
119
120 cu_twkb_in("LINESTRING EMPTY");
121 CU_ASSERT_STRING_EQUAL(hex_a, hex_b);
122}
static char * hex_a
Definition cu_in_twkb.c:23
static void cu_twkb_in(char *wkt)
Definition cu_in_twkb.c:53
static char * hex_b
Definition cu_in_twkb.c:24

References cu_twkb_in(), hex_a, and hex_b.

Referenced by twkb_in_suite_setup().

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