pandoc/test/Tests/Readers
Herwig Stuetz bfd5c6b172 Org reader: Fix cite parsing behaviour
Until now, org-ref cite keys included special characters also at the
end. This caused problems when citations occur right before colons or
at the end of a sentence.

With this change, all non alphanumeric characters at the end of a cite
key are ignored.

This also adds `,` to the list of special characters that are legal
in cite keys to better mirror the behaviour of org-export.
2017-05-28 18:08:11 +02:00
..
Docx.hs Got rid of distracting warning in test output. 2017-03-14 21:06:14 +01:00
EPUB.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00
HTML.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00
LaTeX.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00
Markdown.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00
Odt.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00
Org.hs Org reader: Fix cite parsing behaviour 2017-05-28 18:08:11 +02:00
RST.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00
Txt2Tags.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00