From 1a5c460ea2f74c46f87e5a92631506a35eeb6aa0 Mon Sep 17 00:00:00 2001 From: Antonio Diaz Ruiz Date: Tue, 25 Jun 2013 22:09:38 +0200 Subject: [PATCH] Embeds the content of the DTD in the DOCTYPE declaration of the XML files. --- ext/dom/tests/DOMDocument_loadXML_variation4.phpt | 9 ++++++++- ext/dom/tests/book_with_dtd2.xml | 9 ++++++++- ext/dom/tests/wrong_book_with_dtd2.xml | 9 ++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/ext/dom/tests/DOMDocument_loadXML_variation4.phpt b/ext/dom/tests/DOMDocument_loadXML_variation4.phpt index 5960daac86..4f1ea37c19 100644 --- a/ext/dom/tests/DOMDocument_loadXML_variation4.phpt +++ b/ext/dom/tests/DOMDocument_loadXML_variation4.phpt @@ -21,5 +21,12 @@ EXPECTED_RESULT=1 domdocumentloadxml_test_method_savexml.php --EXPECT-- - + + + + + + +]> The Grapes of WrathJohn SteinbeckThe PearlJohn Steinbeckentity is only for test purposesdata for test diff --git a/ext/dom/tests/book_with_dtd2.xml b/ext/dom/tests/book_with_dtd2.xml index 1b1478d02e..aeb4f0b800 100644 --- a/ext/dom/tests/book_with_dtd2.xml +++ b/ext/dom/tests/book_with_dtd2.xml @@ -1,5 +1,12 @@ - + + + + + + +]> The Grapes of Wrath diff --git a/ext/dom/tests/wrong_book_with_dtd2.xml b/ext/dom/tests/wrong_book_with_dtd2.xml index aad520f9b6..6c49deb1f5 100644 --- a/ext/dom/tests/wrong_book_with_dtd2.xml +++ b/ext/dom/tests/wrong_book_with_dtd2.xml @@ -1,5 +1,12 @@ - + + + + + + +]> The Grapes of Wrath -- 2.50.1