summaryrefslogtreecommitdiff
path: root/tests/opml-reader.native
Commit message (Collapse)AuthorAge
* Tests updated to reflect changes to readers.Matthew Pickering2014-04-01
| | | | | | 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.
* Updated tests for latest pandoc-types changes.John MacFarlane2013-08-16
|
* Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane2013-08-14
|
* Some test suite fixes for new metadata.John MacFarlane2013-06-25
|
* Added OPML template, tests.John MacFarlane2013-03-20
| | | | | Minor fixes to OPML writer. Improved OPML reader tests.
* Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane2013-03-19
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.