Docx Reader: Create special punctuation test

This commit is contained in:
Ophir Lifshitz 2015-10-04 06:08:17 -04:00
parent 0b899ce7ef
commit dfd06467ea
3 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -0,0 +1,2 @@
[Para [Str "Soft",Space,Str "hyphen:",Space,Str "[\173]"]
,Para [Str "Non-breaking",Space,Str "hyphen:",Space,Str "[\8209]"]]