Docx test: Remove Danish header test.
Redundant, now that we're testing for a more generalized sort of internationalized blocks.
This commit is contained in:
parent
c0ddcb359e
commit
60846471a3
3 changed files with 0 additions and 14 deletions
|
@ -155,10 +155,6 @@ tests = [ testGroup "inlines"
|
|||
"numbered headers automatically made into list"
|
||||
"docx/numbered_header.docx"
|
||||
"docx/numbered_header.native"
|
||||
, testCompare
|
||||
"headers in other languages"
|
||||
"docx/danish_headers.docx"
|
||||
"docx/danish_headers.native"
|
||||
, testCompare
|
||||
"i18n blocks (headers and blockquotes)"
|
||||
"docx/i18n_blocks.docx"
|
||||
|
|
Binary file not shown.
|
@ -1,10 +0,0 @@
|
|||
[Header 1 ("testoverskrift",[],[]) [Str "Testoverskrift"]
|
||||
,Para [Str "Normal"]
|
||||
,Header 2 ("testoverskrift-2",[],[]) [Str "Testoverskrift",Space,Str "2"]
|
||||
,Table [] [AlignDefault,AlignDefault] [0.0,0.0]
|
||||
[[Plain [Str "Kolonne1"]]
|
||||
,[Plain [Str "Kolonne2"]]]
|
||||
[[[Plain [Str "Testdata",Space,Str "1"]]
|
||||
,[Plain [Str "Tester2"]]]
|
||||
,[[Plain [Str "Testdata",Space,Str "2"]]
|
||||
,[Plain [Str "Tester3"]]]]]
|
Loading…
Reference in a new issue