Skip to content

Commit b57b30d

Browse files
committed
Resolve #8: Issue with « symbol
1 parent a35c5a6 commit b57b30d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

test/Unit/Utf8StringTest.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,6 @@ public function tearDown()
2222
unset($this->encoded, $this->decoded);
2323
}
2424

25-
/**
26-
* Issue #8
27-
*
28-
* @group testing
29-
* @see https://github.com/hidehalo/emoji/issues/8
30-
*/
31-
public function testSpec()
32-
{
33-
$raw = "«";
34-
$encoded = $this->case->encode($raw);
35-
$decoded = $this->case->decode($encoded);
36-
$this->assertSame($raw, $decoded);
37-
// $this->assertSame($raw, $encoded);
38-
}
39-
4025
public function testGetPattern()
4126
{
4227
$ret = $this->case->getPattern();

0 commit comments

Comments
 (0)