Update "Arcs 3" test for #222835e73a21fec3965b21685993b86a63f626b8

This commit is contained in:
Artem Pavlenko 2020-01-14 21:05:41 +00:00
parent b4b5f393e3
commit 44982cddc5

View file

@ -124,9 +124,9 @@ TEST_CASE("SVG path parser") {
{
std::string str = "M600,350 l 50,-25"
"a25,25 -30 0,1 50,-25 l 50,-25"
"a25,50 -30 0,1 50,-25 l 50,-25"
"a25,75 -30 0,1 50,-25 l 50,-25"
"a25,100 -30 0,1 50,-25 l 50,-25";
"a25,50 -30 01 50,-25 l 50,-25"
"a25,75 -30 0150,-25 l 50,-25"
"a25,100-30 0150-25l50-25";
std::vector<std::tuple<double,double,unsigned>> expected = {
std::make_tuple(600, 350, 1),