]> granicus.if.org Git - php/commit
Add regression test for bug #73053
authorChristoph M. Becker <cmbecker69@gmx.de>
Sat, 10 Sep 2016 22:06:45 +0000 (00:06 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 10 Sep 2016 22:06:45 +0000 (00:06 +0200)
commit326a4e38fbe8fd776624fc9891ad6a91a034504b
tree7644abe3d93f536fba2843ff37279f6cc6873bc3
parent6c9d37d059da310dd1b8ac6457ef045ee1c464fb
Add regression test for bug #73053

The test succeeds with libxml < 2.9.4, and is supposed to succeed with
libxml > 2.9.4. Unfortunately, we can't conditionally mark a test case
as XFAIL, so we're simply skipping the test for libxml 2.9.4 instead.
ext/xmlreader/tests/bug73053.phpt [new file with mode: 0644]
ext/xmlreader/tests/bug73053.xml [new file with mode: 0644]
ext/xmlreader/tests/bug73053.xsd [new file with mode: 0644]