Commit graph

12 commits

Author SHA1 Message Date
Ryan Weaver c74ca069f9 Adding a tweak/hack to the test to get green tests across all versions of Michelf 2016-04-27 20:54:22 -04:00
Ryan Weaver 4fb2747817 [#82] Adding ︎ character that is added by Michelf for fn_backlink_html 2016-04-27 20:41:36 -04:00
Christophe Coevoet 9154189409 Fix tests against php-markdown 1.5
The dev version of php-markdown is wrongly aliased as 1.4.x-dev right
now, so the build against dev versions installs the library with 1.5.0
features.
2015-09-29 17:00:46 +02:00
Andrew Kovalyov 8d4254676a Add test case to cover configuration 2015-05-05 12:39:53 +02:00
Andrew Kovalyov 8423632a15 Fixed invalid logic of configuration which lead to double-escaping of html entities 2015-05-05 12:35:47 +02:00
Michiel Missotten 7165b5055c Updating testsuite to Michel Fortin implementation.
The footnote behaviour has changed during migration. You might want to check out the pr mentionning it : https://github.com/KnpLabs/KnpMarkdownBundle/pull/50
2014-02-14 14:21:46 +01:00
Joseph Bielawski 3c541b580b Removed hard dependency on MarkdownParser code, now uses dflydev/markdown library
Refactored way how parsers are initialized, and allow to select parser while rendering
Interface `MarkdownParserInterface` method name was changed from `#transform($text)` to `#transformMarkdown($text)`
2012-10-15 17:28:35 +02:00
Matthieu Bontemps 6414f6be0a Change Knplabs to Knp. BC break before Symfony2 release. 2011-07-03 11:30:09 +02:00
Matthieu Bontemps 574aaa762e Change namespaces to Vendor\Bundle\BundleName to reflect best practices. 2011-03-12 18:47:26 +01:00
Antoine Hérault aa765dd1dd Add vendor prefix 2011-02-04 15:28:05 +01:00
ornicar 0788ce4802 Cleanup tests 2010-07-22 11:22:36 +02:00
Thibault Duplessis ff438936a5 Improve performance, allow to choose precisely parser features, more unit and performance tests 2010-05-12 01:25:34 +02:00
Renamed from Tests/ParserTest.php (Browse further)