Add test case for double circle

This commit is contained in:
OneRain2333 2022-12-30 21:58:34 +08:00
parent 69369a20c0
commit fd7f30d1c3

View file

@ -42,13 +42,14 @@ oval: {shape: "oval"}
circle: {shape: "circle"}
hexagon: {shape: "hexagon"}
cloud: {shape: "cloud"}
double_circle: {shape: "double_circle"}
rectangle -> square -> page
parallelogram -> document -> cylinder
queue -> package -> step
callout -> stored_data -> person
diamond -> oval -> circle
hexagon -> cloud
hexagon -> cloud -> double_circle
`,
},
{
@ -71,13 +72,14 @@ oval: {shape: "oval"}
circle: {shape: "circle"}
hexagon: {shape: "hexagon"}
cloud: {shape: "cloud"}
double_circle: {shape: "double_circle"}
rectangle -> square -> page
parallelogram -> document -> cylinder
queue -> package -> step
callout -> stored_data -> person
diamond -> oval -> circle
hexagon -> cloud
hexagon -> cloud -> double_circle
rectangle.multiple: true
square.multiple: true
@ -96,6 +98,7 @@ oval.multiple: true
circle.multiple: true
hexagon.multiple: true
cloud.multiple: true
double_circle.multiple: true
`,
},
{
@ -118,13 +121,14 @@ oval: {shape: "oval"}
circle: {shape: "circle"}
hexagon: {shape: "hexagon"}
cloud: {shape: "cloud"}
double_circle: {shape: "double_circle"}
rectangle -> square -> page
parallelogram -> document -> cylinder
queue -> package -> step
callout -> stored_data -> person
diamond -> oval -> circle
hexagon -> cloud
hexagon -> cloud -> double_circle
rectangle.shadow: true
square.shadow: true
@ -143,6 +147,7 @@ oval.shadow: true
circle.shadow: true
hexagon.shadow: true
cloud.shadow: true
double_circle.shadow: true
`,
},
{