summaryrefslogtreecommitdiff
path: root/tests/docx.notes.native
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-06-19 19:29:59 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-06-19 19:29:59 -0400
commitd19996d7438fbd2ce56cf3ce46b99cd71437cacb (patch)
tree663243acfe90f3eb1b803422f54ca523ee53b64d /tests/docx.notes.native
parenta934db9a320ec76e15e62954b75d0e8d2d972244 (diff)
Fix notes test.
This previously allowed spaces at the beginning of a paragraph.
Diffstat (limited to 'tests/docx.notes.native')
-rw-r--r--tests/docx.notes.native2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docx.notes.native b/tests/docx.notes.native
index 1e9b6bba4..5a94b1999 100644
--- a/tests/docx.notes.native
+++ b/tests/docx.notes.native
@@ -1,2 +1,2 @@
[Header 2 ("",[],[]) [Str "A",Space,Str "footnote"]
-,Para [Str "Test",Space,Str "footnote.",Note [Para [Space,Str "My",Space,Str "note."]],Space,Str "Test",Space,Str "endnote.",Note [Para [Space,Str "This",Space,Str "is",Space,Str "an",Space,Str "endnote",Space,Str "at",Space,Str "the",Space,Str "end",Space,Str "of",Space,Str "the",Space,Str "document."]]]]
+,Para [Str "Test",Space,Str "footnote.",Note [Para [Str "My",Space,Str "note."]],Space,Str "Test",Space,Str "endnote.",Note [Para [Str "This",Space,Str "is",Space,Str "an",Space,Str "endnote",Space,Str "at",Space,Str "the",Space,Str "end",Space,Str "of",Space,Str "the",Space,Str "document."]]]]