Make WordPress Core

Ticket #30455: 0001-whitespace-fix.patch

File 0001-whitespace-fix.patch, 898 bytes (added by akumria, 12 years ago)

whitespace fix

  • tests/phpunit/tests/formatting/SeemsUtf8.php

    From 5514a315795c871df7eb9c57555a656f97377132 Mon Sep 17 00:00:00 2001
    From: Anand Kumria <akumria@acm.org>
    Date: Sat, 22 Nov 2014 16:53:08 +0000
    Subject: [PATCH 1/3] whitespace fix
    
    ---
     tests/phpunit/tests/formatting/SeemsUtf8.php | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/tests/phpunit/tests/formatting/SeemsUtf8.php b/tests/phpunit/tests/formatting/SeemsUtf8.php
    index c9fc26f..34da81c 100644
    a b class Tests_Formatting_SeemsUtf8 extends WP_UnitTestCase { 
    1010         *
    1111         * @dataProvider utf8_strings
    1212         */
    13     function test_returns_true_for_utf8_strings( $utf8_string ) {
     13        function test_returns_true_for_utf8_strings( $utf8_string ) {
    1414                // from http://www.i18nguy.com/unicode-example.html
    1515                $this->assertTrue( seems_utf8( $utf8_string ) );
    1616        }