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 { |
| 10 | 10 | * |
| 11 | 11 | * @dataProvider utf8_strings |
| 12 | 12 | */ |
| 13 | | function test_returns_true_for_utf8_strings( $utf8_string ) { |
| | 13 | function test_returns_true_for_utf8_strings( $utf8_string ) { |
| 14 | 14 | // from http://www.i18nguy.com/unicode-example.html |
| 15 | 15 | $this->assertTrue( seems_utf8( $utf8_string ) ); |
| 16 | 16 | } |