summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix include from ParsedownTestYoan Blanc2016-11-021-1/+1
| | | | I wasn't able to run all the tests from ParsedownExtra because of it.
* update test for new featureAidan Woods2016-10-041-1/+1
|
* update test for new featureAidan Woods2016-10-041-2/+2
|
* update test for new featureAidan Woods2016-10-041-2/+2
|
* Use late static binding for Parsedown::instance()Haralan Dobrev2015-08-132-0/+25
| | | | | | | | | | | | | Fixes erusev/parsedown-extra#67. This introduces PHP 5.3+ late static binding to the Singleton pattern in Parsedown. It will return an instance of Parsedown which inherits the class which called the `instance()` method rather than always returning instance of just `Parsedown`. Tests are testing this feature with a test class which inherits from Parsedown. Notice that calling `instance()` with the default arguments after an instance of `Parsedown` was already created, it will return it even though it is from just an instance of `Parsedown`. So this is fixing the problem just partially.
* Fixes #283Jeff Standen2015-02-034-2/+11
|
* improve testsEmanuil Rusev2015-01-242-19/+12
|
* resolve #277Emanuil Rusev2015-01-242-3/+8
|
* resolve #274Emanuil Rusev2015-01-242-2/+8
|
* resolve #156Emanuil Rusev2015-01-162-12/+12
|
* improve fix for #1841.4.4Emanuil Rusev2015-01-152-1/+6
|
* resolve #1841.4.3Emanuil Rusev2015-01-152-3/+3
|
* resolve #126Emanuil Rusev2015-01-154-4/+13
|
* update testsEmanuil Rusev2015-01-121-4/+4
|
* improve CommonMark complianceEmanuil Rusev2015-01-102-2/+2
|
* update commonmark testEmanuil Rusev2015-01-091-2/+3
|
* resolve #251Emanuil Rusev2014-12-162-1/+4
|
* improve extensibilityEmanuil Rusev2014-12-151-4/+4
|
* update testEmanuil Rusev2014-12-151-2/+2
|
* improve CommonMark complianceEmanuil Rusev2014-12-151-5/+5
|
* Merge remote-tracking branch 'origin/commonmark'Emanuil Rusev2014-12-061-0/+73
|\ | | | | | | | | | | | | Conflicts: Parsedown.php phpunit.xml.dist test/ParsedownTest.php
| * improve output readabilityEmanuil Rusev2014-11-291-4/+3
| |
| * markup formatting shouldn't impact resultsEmanuil Rusev2014-11-291-6/+17
| |
| * simplifyEmanuil Rusev2014-11-292-1/+0
| |
| * improve consistencyEmanuil Rusev2014-11-291-26/+27
| |
| * simplifyEmanuil Rusev2014-11-291-8/+2
| |
| * Merge branch 'master' into commonmarkEmanuil Rusev2014-11-296-67/+163
| |
| * Rename everything to CommonMarkHaralan Dobrev2014-09-142-1/+1
| |
| * Rename Standard Markdown to CommonMarkHaralan Dobrev2014-09-061-6/+6
| | | | | | | | | | | | http://blog.codinghorror.com/standard-markdown-is-now-common-markdown/ https://github.com/coding-horror/coding-horror.github.io/commit/2d37920c39d15db0769f710bd2414e9a2ed7b565
| * Add Docblock and attribution to JS test runnerHaralan Dobrev2014-09-051-0/+8
| |
| * Add Standard Markdown testsuite.Haralan Dobrev2014-09-052-0/+61
| | | | | | | | | | | | | | | | | | | | You could run the Parsedown testsuite only with: phpunit --testsuite ParsedownTests And you could run the Standard Markdown one with: phpunit --testsuite StandardMarkdown See more at http://standardmarkdown.com/
* | update testEmanuil Rusev2014-12-021-8/+8
| |
* | improve CommonMark complianceEmanuil Rusev2014-12-024-5/+5
| |
* | resolve #2481.1.3Emanuil Rusev2014-11-282-2/+8
| |
* | markup should preserve empty lines1.1.2Emanuil Rusev2014-11-192-0/+16
| |
* | Add test of escaped html comment.naNuke2014-10-101-0/+6
| |
* | improve consistencyEmanuil Rusev2014-09-262-0/+0
| |
* | improve extensibility of test case1.1.0Emanuil Rusev2014-09-262-107/+133
| |
* | improve consistencyEmanuil Rusev2014-09-221-1/+1
| |
* | Add `noMarkup` option to escape user HTMLHaralan Dobrev2014-09-201-0/+42
|/ | | | | | | | | | | | | | | | | | | | Resolves #106. This change introduces a new option - `noMarkup`. You could set it the `setNoMarkup()` method similar to the `setBreaksEnabled()` one. Example usage: ``` php <?php $parsedown = new Parsedown(); $parsedown->setNoMarkup(true); $parsedown->text('<div><strong>*Some text*</strong></div>'); // Outputs: // <p>&lt;div>&lt;strong><em>Some text</em>&lts;/strong>&lt;/div></p> ```
* Limit generated headlines to h6Jannik Zschiesche2014-08-252-0/+3
|
* Allow slashes in HTML attributesHaralan Dobrev2014-08-132-2/+13
|
* improve test suite1.0.1Emanuil Rusev2014-05-216-78/+24
|
* resolve #1051.0.0Emanuil Rusev2014-05-142-0/+13
|
* resolve #129Emanuil Rusev2014-05-142-2/+9
|
* fix consecutive reference linksEmanuil Rusev2014-05-062-0/+5
|
* resolve #167Emanuil Rusev2014-05-022-2/+5
|
* resolve #136Emanuil Rusev2014-05-012-0/+5
|
* resolve #164Emanuil Rusev2014-05-012-0/+13
|
* resolve #1601.0.0-rc.2Emanuil Rusev2014-04-281-2/+2
|
* simplify folder nameEmanuil Rusev2014-04-28102-0/+843