add test for edge key too
This commit is contained in:
parent
b1a1b2300c
commit
40f757f4d4
1 changed files with 12 additions and 0 deletions
|
|
@ -4907,6 +4907,18 @@ x.y.z.w.e.p.l -> x.y.z.1.2.3.4
|
|||
|
||||
exp: `null`,
|
||||
},
|
||||
{
|
||||
name: "edge-style",
|
||||
|
||||
text: `x <-> y: {
|
||||
target-arrowhead: circle
|
||||
source-arrowhead: diamond
|
||||
}
|
||||
`,
|
||||
key: `(x <-> y)[0].target-arrowhead`,
|
||||
|
||||
exp: `null`,
|
||||
},
|
||||
{
|
||||
name: "only-reserved",
|
||||
text: `guitar: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue