mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Docx reader: tests for overlapping targets (anchor spans).
This commit is contained in:
@@ -179,6 +179,10 @@ tests = [ testGroup "inlines"
|
||||
"remove anchor spans with nothing pointing to them"
|
||||
"docx/unused_anchors.docx"
|
||||
"docx/unused_anchors.native"
|
||||
, testCompare
|
||||
"collapse overlapping targets (anchor spans)"
|
||||
"docx/overlapping_targets.docx"
|
||||
"docx/overlapping_targets.native"
|
||||
]
|
||||
, testGroup "blocks"
|
||||
[ testCompare
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
[Para [Link ("",[],[]) [Str "One",Space,Str "link",Space,Str "to",Space,Str "one",Space,Str "target."] ("#Fizz","")]
|
||||
,Para [Span ("Fizz",["anchor"],[]) [],Str "This",Space,Str "is",Space,Str "a",Space,Str "target",Space,Str "with",Space,Str "two",Space,Str "names."]
|
||||
,Para [Link ("",[],[]) [Str "Another",Space,Str "link",Space,Str "to",Space,Str "the",Space,Str "same",Space,Str "target."] ("#Fizz","")]]
|
||||
Reference in New Issue
Block a user