Skip to content

Commit 2d4a926

Browse files
committed
Avoid fully empty links in test suite
Typst complains about those.
1 parent 48d7680 commit 2d4a926

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/testsuite.native

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ Pandoc (Meta {unMeta = fromList [("author",MetaList [MetaInlines [Str "John",Spa
365365
,Para [Link ("",[],[]) [Str "URL",Space,Str "and",Space,Str "title"] ("/url/","title with single quotes")]
366366
,Para [Link ("",[],[]) [Str "with_underscore"] ("/url/with_underscore","")]
367367
,Para [Link ("",[],[]) [Str "Email",Space,Str "link"] ("mailto:nobody@nowhere.net","")]
368-
,Para [Link ("",[],[]) [Str "Empty"] ("",""),Str "."]
369368
,Header 2 ("reference",[],[]) [Str "Reference"]
370369
,Para [Str "Foo",Space,Link ("",[],[]) [Str "bar"] ("/url/",""),Str "."]
371370
,Para [Str "With",Space,Link ("",[],[]) [Str "embedded",Space,Str "[brackets]"] ("/url/",""),Str "."]

0 commit comments

Comments
 (0)