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"}
|
circle: {shape: "circle"}
|
||||||
hexagon: {shape: "hexagon"}
|
hexagon: {shape: "hexagon"}
|
||||||
cloud: {shape: "cloud"}
|
cloud: {shape: "cloud"}
|
||||||
|
double_circle: {shape: "double_circle"}
|
||||||
|
|
||||||
rectangle -> square -> page
|
rectangle -> square -> page
|
||||||
parallelogram -> document -> cylinder
|
parallelogram -> document -> cylinder
|
||||||
queue -> package -> step
|
queue -> package -> step
|
||||||
callout -> stored_data -> person
|
callout -> stored_data -> person
|
||||||
diamond -> oval -> circle
|
diamond -> oval -> circle
|
||||||
hexagon -> cloud
|
hexagon -> cloud -> double_circle
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -71,13 +72,14 @@ oval: {shape: "oval"}
|
||||||
circle: {shape: "circle"}
|
circle: {shape: "circle"}
|
||||||
hexagon: {shape: "hexagon"}
|
hexagon: {shape: "hexagon"}
|
||||||
cloud: {shape: "cloud"}
|
cloud: {shape: "cloud"}
|
||||||
|
double_circle: {shape: "double_circle"}
|
||||||
|
|
||||||
rectangle -> square -> page
|
rectangle -> square -> page
|
||||||
parallelogram -> document -> cylinder
|
parallelogram -> document -> cylinder
|
||||||
queue -> package -> step
|
queue -> package -> step
|
||||||
callout -> stored_data -> person
|
callout -> stored_data -> person
|
||||||
diamond -> oval -> circle
|
diamond -> oval -> circle
|
||||||
hexagon -> cloud
|
hexagon -> cloud -> double_circle
|
||||||
|
|
||||||
rectangle.multiple: true
|
rectangle.multiple: true
|
||||||
square.multiple: true
|
square.multiple: true
|
||||||
|
|
@ -96,6 +98,7 @@ oval.multiple: true
|
||||||
circle.multiple: true
|
circle.multiple: true
|
||||||
hexagon.multiple: true
|
hexagon.multiple: true
|
||||||
cloud.multiple: true
|
cloud.multiple: true
|
||||||
|
double_circle.multiple: true
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -118,13 +121,14 @@ oval: {shape: "oval"}
|
||||||
circle: {shape: "circle"}
|
circle: {shape: "circle"}
|
||||||
hexagon: {shape: "hexagon"}
|
hexagon: {shape: "hexagon"}
|
||||||
cloud: {shape: "cloud"}
|
cloud: {shape: "cloud"}
|
||||||
|
double_circle: {shape: "double_circle"}
|
||||||
|
|
||||||
rectangle -> square -> page
|
rectangle -> square -> page
|
||||||
parallelogram -> document -> cylinder
|
parallelogram -> document -> cylinder
|
||||||
queue -> package -> step
|
queue -> package -> step
|
||||||
callout -> stored_data -> person
|
callout -> stored_data -> person
|
||||||
diamond -> oval -> circle
|
diamond -> oval -> circle
|
||||||
hexagon -> cloud
|
hexagon -> cloud -> double_circle
|
||||||
|
|
||||||
rectangle.shadow: true
|
rectangle.shadow: true
|
||||||
square.shadow: true
|
square.shadow: true
|
||||||
|
|
@ -143,6 +147,7 @@ oval.shadow: true
|
||||||
circle.shadow: true
|
circle.shadow: true
|
||||||
hexagon.shadow: true
|
hexagon.shadow: true
|
||||||
cloud.shadow: true
|
cloud.shadow: true
|
||||||
|
double_circle.shadow: true
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue