Fix notes test.
This previously allowed spaces at the beginning of a paragraph.
This commit is contained in:
parent
a934db9a32
commit
d19996d743
1 changed files with 1 additions and 1 deletions
|
@ -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."]]]]
|
||||
|
|
Loading…
Reference in a new issue