summaryrefslogtreecommitdiff
path: root/ext/tidy/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-221-0/+15
|\
| * Fix #77594: ob_tidyhandler is never resetChristoph M. Becker2020-11-221-0/+15
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-221-0/+29
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-221-0/+29
| |\
| | * Don't crash on uninitialized tidy objectNikita Popov2020-10-221-0/+29
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-10-071-0/+27
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-071-0/+27
| |\ \ | | |/
| | * Fix #77040: tidyNode::isHtml() is completely brokenChristoph M. Becker2020-10-071-0/+27
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1511-11/+10
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1417-23/+23
* | | Update ext/tidy parameter namesNikita Popov2020-10-071-1/+1
* | | Promote warnings to exceptions in ext/tidyMáté Kocsis2020-09-015-26/+36
* | | ValueError for empty path in stream codeGeorge Peter Banyard2020-07-311-7/+14
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
* | | Reindent phpt filesNikita Popov2020-02-0314-39/+39
* | | Remove unused parameterChristoph M. Becker2019-09-221-3/+3
* | | Merge branch 'PHP-7.4'Peter Kokot2019-03-156-7/+7
|\ \ \ | |/ /
| * | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-156-7/+7
* | | Adjust tests for zpp TypeError changeNikita Popov2019-03-111-7/+0
|/ /
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1511-11/+10
* | Trim trailing whitespace in testsGabriel Caruso2018-10-1417-23/+23
* | Squashed commit of the following:Dmitry Stogov2018-09-111-2/+2
|/
* Remove duplicated testsGabriel Caruso2018-02-221-42/+0
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
* Fix test for libtidy 5.6.0Anatol Belski2018-01-111-4/+1
* ext/tidy: work around a legacy libtidy bug in a test.Michael Orlitzky2016-07-111-7/+6
* ext/tidy: update the configuration file test to not inspect output.Michael Orlitzky2016-07-111-16/+5
* ext/tidy: fix expected test output with tidy-html5.Michael Orlitzky2016-07-111-3/+3
* ext/tidy: fix non-deterministic expected output in two tests.Michael Orlitzky2016-07-112-10/+10
* ext/tidy: fix DOCTYPE definitions in expected test output.Michael Orlitzky2016-07-114-9/+8
* Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-202-0/+19
* Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-171-1/+1
* Tweak uncaught exception message displayNikita Popov2015-05-171-1/+1
* Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-151-1/+4
* Deprecate PHP 4 constructorsAndrea Faulds2015-03-311-2/+2
* Refactored tidy (all tests passes)Xinchen Hui2014-05-142-20/+20
* Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-211-1/+1
|\
| * Fix bug #62066 Test Bug - ext/tidy/tests/004.phptMatt Ficken2012-05-211-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-161-1/+1
|\ \ | |/
| * Fix bug 61676 ext\tidy\tests\bug54682.phpt failsAnatoliy Belsky2012-04-161-1/+1
| * fix bug #54682 (tidy null pointer dereference)Antony Dovgal2012-02-071-1/+1
| * revert r319254 (fix bug #54682) since it is not correctNuno Lopes2012-01-211-5/+19
| * - Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference)Felipe Pena2011-11-151-0/+13
| * - force LF (svn prop and config)Pierre Joye2011-09-074-11/+12
* | revert r319254 (fix bug #54682) since it is not correctNuno Lopes2012-01-211-5/+19
* | - Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference)Felipe Pena2011-11-151-0/+13
* | - force LF (svn prop and config)Pierre Joye2011-09-074-11/+12
* | Don't expect a path for tidy_repair_string() and fix the testsRasmus Lerdorf2011-06-122-2/+2
|/
* Add a test for tidyNode::__construct()Pierrick Charron2009-12-291-0/+12
* Changed tidyNode class to disallow manual node creation.Pierrick Charron2009-12-252-22/+0