php-src/ext/tidy/tests
Christoph M. Becker e68acd031d Fix #77040: tidyNode::isHtml() is completely broken
The documentation of `tidyNode::isHtml()` states that this method
"checks if a node is part of a HTML document".  That is, of course,
nonsense, since a tidyNode is "an HTML node in an HTML file, as
detected by tidy."

What this method is actually supposed to do is to check whether a node
is an element (unless it is the root element).  This has been broken by
commit d8eeb8e[1], which assumed that `enum TidyNodeType` would
represent flags of a bitmask, what it does not.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=d8eeb8e28673236bca3f066ded75037a5bdf6378>

Closes GH-6290.
2020-10-07 17:43:56 +02:00
..
001.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
002.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
003.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
004.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
005-mb.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
005.html
005.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
005私はガラスを食べられます.html Fixed the UTF-8 and long path support in the streams on Windows. 2016-06-20 12:45:39 +02:00
006.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
007.html
007.phpt
008.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
009.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
010.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
011.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
012.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
013.html
013.phpt
014.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
015.html
015.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
016.html
016.phpt ext/tidy: update the configuration file test to not inspect output. 2016-07-11 14:05:43 +02:00
016.tcfg
017.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
018.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
019.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
020.phpt ext/tidy: fix DOCTYPE definitions in expected test output. 2016-07-11 14:05:43 +02:00
021.phpt
023.phpt
024.phpt ext/tidy: work around a legacy libtidy bug in a test. 2016-07-11 14:05:43 +02:00
025.phpt
026.phpt ext/tidy: fix DOCTYPE definitions in expected test output. 2016-07-11 14:05:43 +02:00
027.phpt
028.phpt
029.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
030.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
031.phpt
032.phpt
033.phpt
034.phpt
035.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug54682.phpt
bug77040.phpt Fix #77040: tidyNode::isHtml() is completely broken 2020-10-07 17:43:56 +02:00
bug_50558.phpt
tidy_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
tidy_error1.phpt