From 475b0dcb66c2a7cdc78022b4dcb7c7fbb17ab309 Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Sat, 30 Dec 2017 22:43:33 -0500 Subject: Docx reader: tests for removing unused anchors. --- test/Tests/Readers/Docx.hs | 4 ++++ test/docx/unused_anchors.docx | Bin 0 -> 13276 bytes test/docx/unused_anchors.native | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 test/docx/unused_anchors.docx create mode 100644 test/docx/unused_anchors.native (limited to 'test') diff --git a/test/Tests/Readers/Docx.hs b/test/Tests/Readers/Docx.hs index 5710a388f..19aecd9ec 100644 --- a/test/Tests/Readers/Docx.hs +++ b/test/Tests/Readers/Docx.hs @@ -175,6 +175,10 @@ tests = [ testGroup "inlines" "inlines inside of Structured Document Tags" "docx/sdt_elements.docx" "docx/sdt_elements.native" + , testCompare + "remove anchor spans with nothing pointing to them" + "docx/unused_anchors.docx" + "docx/unused_anchors.native" ] , testGroup "blocks" [ testCompare diff --git a/test/docx/unused_anchors.docx b/test/docx/unused_anchors.docx new file mode 100644 index 000000000..416488bbf Binary files /dev/null and b/test/docx/unused_anchors.docx differ diff --git a/test/docx/unused_anchors.native b/test/docx/unused_anchors.native new file mode 100644 index 000000000..334269793 --- /dev/null +++ b/test/docx/unused_anchors.native @@ -0,0 +1,3 @@ +[Header 1 ("my-section",[],[]) [Str "My",Space,Str "Section"] +,Para [Link ("",[],[]) [Str "Here",Space,Str "is",Space,Str "a",Space,Str "link."] ("#Bar","")] +,Para [Span ("Bar",["anchor"],[]) [],Str "Here",Space,Str "is",Space,Str "the",Space,Str "target."]] -- cgit v1.2.3