mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-27 02:36:39 +00:00
Docx Reader: Create special punctuation test
This commit is contained in:
@@ -130,6 +130,10 @@ tests = [ testGroup "inlines"
|
||||
"literal tabs"
|
||||
"docx/tabs.docx"
|
||||
"docx/tabs.native"
|
||||
, testCompare
|
||||
"special punctuation"
|
||||
"docx/special_punctuation.docx"
|
||||
"docx/special_punctuation.native"
|
||||
, testCompare
|
||||
"normalizing inlines"
|
||||
"docx/normalize.docx"
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
[Para [Str "Soft",Space,Str "hyphen:",Space,Str "[\173]"]
|
||||
,Para [Str "Non-breaking",Space,Str "hyphen:",Space,Str "[\8209]"]]
|
||||
Reference in New Issue
Block a user