aboutsummaryrefslogtreecommitdiff
path: root/tests/opml-reader.native
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07Updated tests for link attribute changes.mb211-1/+1
2014-04-01Tests updated to reflect changes to readers.Matthew Pickering1-1/+1
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 MacFarlane1-1/+1
2013-08-14Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane1-1/+1
2013-06-25Some test suite fixes for new metadata.John MacFarlane1-1/+1
2013-03-20Added OPML template, tests.John MacFarlane1-1/+1
Minor fixes to OPML writer. Improved OPML reader tests.
2013-03-19Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane1-0/+66
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.