Make WordPress Core


Ignore:
Timestamp:
11/09/2012 03:43:44 PM (11 years ago)
Author:
SergeyBiryukov
Message:

sanitize_title_with_dashes() test for acute accents. see #WP22395.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/formatting/SanitizeTitleWithDashes.php

    r909 r1122  
    9898    }
    9999
     100    /**
     101     * @ticket 22395
     102     */
     103    function test_replaces_acute_accents() {
     104        $this->assertEquals("aaaa", sanitize_title_with_dashes("ááa´aˊ", '', 'save'));
     105    }
     106
    100107}
Note: See TracChangeset for help on using the changeset viewer.