Index: tests/PathOpsCubicLineIntersectionTest.cpp |
diff --git a/tests/PathOpsCubicLineIntersectionTest.cpp b/tests/PathOpsCubicLineIntersectionTest.cpp |
index 6fdce3cb18ab635b2d589966c472ec70350315a8..b582c0f18fe2e2176c2903389612608b524f8c8c 100644 |
--- a/tests/PathOpsCubicLineIntersectionTest.cpp |
+++ b/tests/PathOpsCubicLineIntersectionTest.cpp |
@@ -49,6 +49,9 @@ static void testFail(skiatest::Reporter* reporter, int iIndex) { |
} |
static lineCubic lineCubicTests[] = { |
+ {{{{0, 6}, {1.0851458311080933, 4.3722810745239258}, {1.5815209150314331, 3.038947582244873}, {1.9683018922805786, 1.9999997615814209}}}, |
+ {{{3,2}, {1,2}}}}, |
+ |
{{{{0.468027353,4}, {1.06734705,1.33333337}, {1.36700678,0}, {3,0}}}, |
{{{2,1}, {0,1}}}}, |