Changeset 1282 in tests
- Timestamp:
- 05/10/2013 11:57:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/formatting/HtmlExcerpt.php
r909 r1282 12 12 } 13 13 function test_entities() { 14 $this->assertEquals("Baba 15 $this->assertEquals("Baba 14 $this->assertEquals("Baba", wp_html_excerpt("Baba & Dyado", 8)); 15 $this->assertEquals("Baba", wp_html_excerpt("Baba & Dyado", 8)); 16 16 $this->assertEquals("Baba & D", wp_html_excerpt("Baba & Dyado", 12)); 17 17 $this->assertEquals("Baba & Dyado", wp_html_excerpt("Baba & Dyado", 100));
Note: See TracChangeset
for help on using the changeset viewer.