summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/tests/009.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-3/+3
|
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* - MFH: fix tests, libxml 2.6.24 and up adds a new line after a processingPierre Joye2006-07-191-3/+5
| | | | | instruction (PI)
* allow NULL prefix to create default namespaceRob Richards2005-12-091-1/+1
| | | | | fix tests
* - enable a few additional functionsRob Richards2005-12-091-0/+43
- add tests