index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Tests
/
Readers
/
Docx.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-1
/
+2
2019-11-03
Docx reader: fix list number resumption for sublists. Closes #4324.
John MacFarlane
1
-0
/
+4
2019-09-21
[Docx Reader] Use style names, not ids, for assigning semantic meaning
Nikolay Yakimov
1
-0
/
+9
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
1
-1
/
+1
2019-02-18
Docx reader: add tests for trimming last inline.
Jesse Rosenthal
1
-0
/
+4
2019-02-12
Docx reader: Add test for reading sdts in footnotes.
Jesse Rosenthal
1
-0
/
+4
2019-02-06
Docx reader: Tests for alternate document.xml
Jesse Rosenthal
1
-2
/
+7
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-0
/
+11
2018-12-10
Docx: add test for lists with level overrides.
Jesse Rosenthal
1
-0
/
+4
2018-04-17
Docx reader tests: Test for combining adjacent code blocks.
Jesse Rosenthal
1
-0
/
+4
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-13
Docx reader: add tests for nested smart tags.
Jesse Rosenthal
1
-0
/
+4
2018-02-28
Docx reader: Handle nested sdt tags.
Jesse Rosenthal
1
-0
/
+4
2018-02-22
Docx reader tests: test custom style extension.
Jesse Rosenthal
1
-0
/
+11
2018-02-15
Docx reader: Pick table width from the longest row or header
danse
1
-0
/
+4
2018-01-19
hlint code improvements.
John MacFarlane
1
-6
/
+5
2018-01-16
Docx reader: Add test for hyperlinks in instrText tag
Jesse Rosenthal
1
-0
/
+4
2018-01-02
Docx reader: Add tests for paragraph insertion/deletion.
Jesse Rosenthal
1
-0
/
+12
2017-12-31
Docx reader: tests for overlapping targets (anchor spans).
Jesse Rosenthal
1
-0
/
+4
2017-12-30
Docx reader: tests for removing unused anchors.
Jesse Rosenthal
1
-0
/
+4
2017-12-27
Docx reader: add tests for structured document tags unwrapping.
Jesse Rosenthal
1
-0
/
+4
2017-12-13
Docx writer: Add tests for list continuation.
Jesse Rosenthal
1
-0
/
+8
2017-12-04
Add `empty_paragraphs` extension.
John MacFarlane
1
-20
/
+7
2017-12-02
Docx reader: don't strip out empty paragraphs.
John MacFarlane
1
-7
/
+20
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-4
/
+4
2017-10-27
Removed old adjacent_links test for docx reader.
John MacFarlane
1
-4
/
+0
2017-08-06
Docx reader: Add tests for avoiding zero-level header.
Jesse Rosenthal
1
-0
/
+4
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-1
/
+2
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
1
-1
/
+3
2017-03-14
Got rid of distracting warning in test output.
John MacFarlane
1
-2
/
+2
2017-03-14
Use tasty for tests rather than test-framework.
John MacFarlane
1
-15
/
+15
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-7
/
+7
2017-02-11
Use new warnings throughout the code base.
John MacFarlane
1
-1
/
+1
2017-02-04
Moved tests/ -> test/.
John MacFarlane
1
-0
/
+344