Add test case for double circle
This commit is contained in:
parent
d91ace98ec
commit
0692237cbe
1 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
`,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue