summaryrefslogtreecommitdiff
path: root/tests/opml-reader.native
AgeCommit message (Collapse)Author
2017-02-04Moved tests/ -> test/.John MacFarlane
2015-08-07Updated tests for link attribute changes.mb21
2014-04-01Tests updated to reflect changes to readers.Matthew Pickering
Previously normalisation was handled by the `normalizeSpaces` function. The behavoir of the builder monoid is slightly different and melds together more items such as consecutive strings and spaces adjacent to line breaks. The tests have been changed to reflect this. All relevant tests passed when the string melding line of the builder monoid was commented out.
2013-08-16Updated tests for latest pandoc-types changes.John MacFarlane
2013-08-14Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane
2013-06-25Some test suite fixes for new metadata.John MacFarlane
2013-03-20Added OPML template, tests.John MacFarlane
Minor fixes to OPML writer. Improved OPML reader tests.
2013-03-19Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane
The _note attribute is supported. This is unofficial, but used e.g. in OmniOutliner and supported by multimarkdown. We treat the contents as markdown blocks under a section header. Added to documentation and tests.