diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-07-11 02:14:57 +0000 |
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-07-11 02:14:57 +0000 |
| commit | 824bb2d22e40e035703ccf6ec7fd6bcde51950ce (patch) | |
| tree | b47ff78e86ddcdea299932fc2e4be39a387aa435 /tests/testsuite.native | |
| parent | 8ed710bc9d771a25e73be2582b379485a3e240dc (diff) | |
In smart mode, use nonbreaking spaces after abbreviations in markdown parser.
Thus, for example, "Mr. Brown" comes out as "Mr.~Brown" in LaTeX, and does
not produce a sentence-separating space. Resolves Issue #75.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1298 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/testsuite.native')
| -rw-r--r-- | tests/testsuite.native | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsuite.native b/tests/testsuite.native index d3c4835ed..4ecc51438 100644 --- a/tests/testsuite.native +++ b/tests/testsuite.native @@ -165,7 +165,7 @@ Pandoc (Meta [Str "Pandoc",Space,Str "Test",Space,Str "Suite"] ["John MacFarlane [ [ Plain [Str "Nested",Str "."] ] ] ] ] , Para [Str "Should",Space,Str "not",Space,Str "be",Space,Str "a",Space,Str "list",Space,Str "item:"] -, Para [Str "M",Str ".",Str "A",Str ".",Space,Str "2007"] +, Para [Str "M",Str ".",Str "A.\160",Str "2007"] , Para [Str "B",Str ".",Space,Str "Williams"] , HorizontalRule , Header 1 [Str "Definition",Space,Str "Lists"] |
