Removed unneeded line
This commit is contained in:
parent
e2da1eac16
commit
e2be343198
1 changed files with 2 additions and 3 deletions
|
|
@ -1645,9 +1645,8 @@ a.style.fill: null
|
||||||
expErr: `d2/testdata/d2compiler/TestCompile/no_url_link_and_path_url_label_concurrently.d2:1:35: Label cannot be set to URL when link is also set (for security)`,
|
expErr: `d2/testdata/d2compiler/TestCompile/no_url_link_and_path_url_label_concurrently.d2:1:35: Label cannot be set to URL when link is also set (for security)`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "url_link_and_path_url_label_ok",
|
name: "url_link_and_path_url_label_ok",
|
||||||
text: `x -> y note: {link: https://not-google.com}`,
|
text: `x -> y note: {link: https://not-google.com}`,
|
||||||
expErr: ``,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "url_link_and_path_url_label_concurrently",
|
name: "url_link_and_path_url_label_concurrently",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue