Changeset 47122 for trunk/tests/phpunit/tests/import/parser.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/import/parser.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/import/parser.php
r46586 r47122 28 28 $file = DIR_TESTDATA . '/export/malformed.xml'; 29 29 30 // regex based parser cannot detect malformed XML30 // Regex based parser cannot detect malformed XML. 31 31 foreach ( array( 'WXR_Parser_SimpleXML', 'WXR_Parser_XML' ) as $p ) { 32 32 $parser = new $p; … … 297 297 } 298 298 299 // tags in CDATA #11574299 // Tags in CDATA #11574. 300 300 }
Note: See TracChangeset
for help on using the changeset viewer.