diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2014-06-19 19:29:59 -0400 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2014-06-19 19:29:59 -0400 |
commit | d19996d7438fbd2ce56cf3ce46b99cd71437cacb (patch) | |
tree | 663243acfe90f3eb1b803422f54ca523ee53b64d | |
parent | a934db9a320ec76e15e62954b75d0e8d2d972244 (diff) | |
download | pandoc-d19996d7438fbd2ce56cf3ce46b99cd71437cacb.tar.gz |
Fix notes test.
This previously allowed spaces at the beginning of a paragraph.
-rw-r--r-- | tests/docx.notes.native | 2 |
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."]]]] |