mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 15:05:47 +00:00
Add tabs tests.
This commit is contained in:
@@ -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.
@@ -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."]]
|
||||
Reference in New Issue
Block a user