diff options
Diffstat (limited to 'test/docx')
-rw-r--r-- | test/docx/unused_anchors.native | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/docx/unused_anchors.native b/test/docx/unused_anchors.native index 334269793..051dfe424 100644 --- a/test/docx/unused_anchors.native +++ b/test/docx/unused_anchors.native @@ -1,3 +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."]] +,Para [Link ("",[],[]) [Str "Here",Space,Str "is",Space,Str "a",Space,Str "link."] ("#Foo","")] +,Para [Span ("Foo",["anchor"],[]) [],Str "Here",Space,Str "is",Space,Str "the",Space,Str "target."]] |