Docx Reader: Create special punctuation test
This commit is contained in:
parent
0b899ce7ef
commit
dfd06467ea
3 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
BIN
tests/docx/special_punctuation.docx
Normal file
BIN
tests/docx/special_punctuation.docx
Normal file
Binary file not shown.
2
tests/docx/special_punctuation.native
Normal file
2
tests/docx/special_punctuation.native
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Para [Str "Soft",Space,Str "hyphen:",Space,Str "[\173]"]
|
||||
,Para [Str "Non-breaking",Space,Str "hyphen:",Space,Str "[\8209]"]]
|
Loading…
Add table
Reference in a new issue