Changeset b138a9b in github for tests/html_to_text.php
- Timestamp:
- Feb 15, 2012 8:28:58 AM (15 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 63f23ff
- Parents:
- 43c40f0
- File:
-
- 1 edited
-
tests/html_to_text.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/html_to_text.php
r6084d78 rb138a9b 33 33 'out' => '"', 34 34 ), 35 3 => array( 36 'title' => 'HTML entity in STRONG tag', 37 'in' => '<strong>ś</strong>', // Å 38 'out' => 'Å', // upper Å 39 ), 40 4 => array( 41 'title' => 'STRONG tag to upper-case conversion', 42 'in' => '<strong>Å</strong>', 43 'out' => 'Å', 44 ), 35 45 ); 36 46
Note: See TracChangeset
for help on using the changeset viewer.
