Update "Arcs 3" test for #222835e73a21fec3965b21685993b86a63f626b8
This commit is contained in:
parent
b4b5f393e3
commit
44982cddc5
1 changed files with 3 additions and 3 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue