mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
[test][get_turns] Add a L/L case - collinear, opposite, very long segment.
This commit is contained in:
parent
89b8186674
commit
13f55b5094
@ -285,6 +285,9 @@ void test_all()
|
||||
test_geometry<ls, ls>("LINESTRING(-2305843009213693956 4611686018427387906, -33 -92, 78 83)",
|
||||
"LINESTRING(31 -97, -46 57, -20 -4)",
|
||||
expected("")(""));
|
||||
test_geometry<ls, ls>("LINESTRING(31 -97, -46 57, -20 -4)",
|
||||
"LINESTRING(-2305843009213693956 4611686018427387906, -33 -92, 78 83)",
|
||||
expected("")(""));
|
||||
}
|
||||
|
||||
// TODO:
|
||||
|
Loading…
x
Reference in New Issue
Block a user