[Community Puzzle] Cross the Lines

My code in Cross the Lines (https://www.codingame.com/training/expert/cross-the-lines) is getting 93% completion after submit. Apparently I only fail “TriangleSquareTriangle”.
Does anybody know what the input and expected output for this testcase is?

Never mind, found my bug. By the way, it’s probably something like
“5 0 5 10”,
“15 0 15 10”,
“15 0 5 0”,
“5 10 15 10”,
“0 5 5 0”,
“20 5 15 10”,
“5 10 0 5”,
“15 0 20 5”