add test
This commit is contained in:
parent
45de9ba9c8
commit
357dda9815
5 changed files with 3496 additions and 0 deletions
|
|
@ -582,6 +582,66 @@ b
|
|||
`,
|
||||
},
|
||||
loadFromFile(t, "unconnected"),
|
||||
{
|
||||
name: "straight_hierarchy_container_direction_right",
|
||||
script: `
|
||||
direction: right
|
||||
a
|
||||
c
|
||||
b
|
||||
|
||||
l1: {
|
||||
b
|
||||
a
|
||||
c
|
||||
}
|
||||
|
||||
b -> l1.b
|
||||
a -> l1.a
|
||||
c -> l1.c
|
||||
|
||||
l2c1: {
|
||||
a
|
||||
}
|
||||
l1.a -> l2c1.a
|
||||
|
||||
l2c3: {
|
||||
c
|
||||
}
|
||||
l1.c -> l2c3.c
|
||||
|
||||
l2c2: {
|
||||
b
|
||||
}
|
||||
l1.b -> l2c2.b
|
||||
|
||||
l3c1: {
|
||||
a
|
||||
b
|
||||
}
|
||||
l2c1.a -> l3c1.a
|
||||
l2c2.b -> l3c1.b
|
||||
|
||||
l3c2: {
|
||||
c
|
||||
}
|
||||
l2c3.c -> l3c2.c
|
||||
|
||||
l4: {
|
||||
c1: {
|
||||
a
|
||||
}
|
||||
c2: {
|
||||
b
|
||||
}
|
||||
c3: {
|
||||
c
|
||||
}
|
||||
}
|
||||
l3c1.a -> l4.c1.a
|
||||
l3c1.b -> l4.c2.b
|
||||
l3c2.c -> l4.c3.c`,
|
||||
},
|
||||
}
|
||||
|
||||
runa(t, tcs)
|
||||
|
|
|
|||
1794
e2etests/testdata/regression/straight_hierarchy_container_direction_right/dagre/board.exp.json
generated
vendored
Normal file
1794
e2etests/testdata/regression/straight_hierarchy_container_direction_right/dagre/board.exp.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
30
e2etests/testdata/regression/straight_hierarchy_container_direction_right/dagre/sketch.exp.svg
vendored
Normal file
30
e2etests/testdata/regression/straight_hierarchy_container_direction_right/dagre/sketch.exp.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 662 KiB |
1582
e2etests/testdata/regression/straight_hierarchy_container_direction_right/elk/board.exp.json
generated
vendored
Normal file
1582
e2etests/testdata/regression/straight_hierarchy_container_direction_right/elk/board.exp.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
30
e2etests/testdata/regression/straight_hierarchy_container_direction_right/elk/sketch.exp.svg
vendored
Normal file
30
e2etests/testdata/regression/straight_hierarchy_container_direction_right/elk/sketch.exp.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 661 KiB |
Loading…
Reference in a new issue