remove redundant test
This commit is contained in:
parent
75d101d8e8
commit
5b1122ca72
1 changed files with 0 additions and 4 deletions
|
|
@ -1644,10 +1644,6 @@ a.style.fill: null
|
|||
text: `x -> y: https://google.com {link: https://not-google.com }`,
|
||||
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",
|
||||
text: `x -> y note: {link: https://not-google.com}`,
|
||||
},
|
||||
{
|
||||
name: "url_link_and_path_url_label_concurrently",
|
||||
text: `x -> y: hello world {link: https://google.com}`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue