mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 15:38:09 +08:00
Added test for #256.
This commit is contained in:
@@ -126,6 +126,7 @@ Extra-Source-Files:
|
||||
test/bodybg.gif
|
||||
test/*.native
|
||||
test/command/*.md
|
||||
test/command/abbrevs
|
||||
test/docbook-reader.docbook
|
||||
test/docbook-xref.docbook
|
||||
test/html-reader.html
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
```
|
||||
% pandoc --abbreviations=command/abbrevs -t native
|
||||
Foo. bar baz h.k. and e.g. and Mr. Brown.
|
||||
^D
|
||||
[Para [Str "Foo.\160bar",Space,Str "baz",Space,Str "h.k.\160and",Space,Str "e.g.",Space,Str "and",Space,Str "Mr.",Space,Str "Brown."]]
|
||||
```
|
||||
```
|
||||
% pandoc -t native
|
||||
Foo. bar baz h.k. and e.g. and Mr. Brown.
|
||||
^D
|
||||
[Para [Str "Foo.",Space,Str "bar",Space,Str "baz",Space,Str "h.k.",Space,Str "and",Space,Str "e.g.\160and",Space,Str "Mr.\160Brown."]]
|
||||
```
|
||||
@@ -0,0 +1,2 @@
|
||||
Foo.
|
||||
h.k.
|
||||
Reference in New Issue
Block a user