Skip to content

Commit

Permalink
Revert "Fix test, this is kinda ugly, but at least for me on Windows …
Browse files Browse the repository at this point in the history
…there seems to be some messed up line endings"

This reverts commit aeeaede.

This seems to make Travis unhappy (shocker), so revert for now until we find a better fix
  • Loading branch information
KalleZ committed Oct 20, 2016
1 parent 61f524b commit c0d4e72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/dom/tests/dom005.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ function adjustDoctype($xml) {
return str_replace(array("DOCTYPE HTML",'<p>','</p>'),array("DOCTYPE html",'',''),$xml);
}

--EXPECTF--
--EXPECT--
--- save as XML
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><head><title>Hello world</title></head><body>%s
This is a not well-formed<br/>%s
html files with undeclared entities&#xA0;%s
<html><head><title>Hello world</title></head><body>
This is a not well-formed<br/>
html files with undeclared entities&#xA0;
</body></html>
--- save as HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
Expand Down

0 comments on commit c0d4e72

Please sign in to comment.