Definition at line 122 of file cu_in_twkb.c.
123{
124 cu_twkb_in(
"POLYGON((0 0 0,0 1 0,1 1 0,1 0 0,0 0 0))");
126
127 cu_twkb_in(
"POLYGON((0 0 0 1,0 1 0 2,1 1 0 3,1 0 0 4,0 0 0 5))");
129
130 cu_twkb_in(
"POLYGON((0 0 0 1,0 1 0 2,1 1 0 3,1 0 0 4,0 0 0 5))");
132
135}
static void cu_twkb_in(char *wkt)
#define ASSERT_STRING_EQUAL(o, e)
References ASSERT_STRING_EQUAL, cu_twkb_in(), hex_a, and hex_b.
Referenced by twkb_in_suite_setup().