Add tabs tests.

This commit is contained in:
Jesse Rosenthal
2014-06-19 19:33:22 -04:00
parent d19996d743
commit da0d1d27ac
3 changed files with 8 additions and 1 deletions
+6 -1
View File
@@ -44,7 +44,12 @@ tests = [ testGroup "inlines"
, testCompare
"handling unicode input"
"docx.unicode.docx"
"docx.unicode.native"]
"docx.unicode.native"
, testCompare
"literal tabs"
"docx.tabs.docx"
"docx.tabs.native"
]
, testGroup "blocks"
[ testCompare
"headers"
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
[Para [Str "Some",Space,Str "text",Space,Str "separated",Space,Str "by",Space,Str "a",Space,Str "tab."]
,Para [Str "Tab-indented",Space,Str "text."]]