Skip to content

Commit

Permalink
Resolve #8: Issue with « symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
hidehalo committed Dec 11, 2017
1 parent a35c5a6 commit b57b30d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions test/Unit/Utf8StringTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,6 @@ public function tearDown()
unset($this->encoded, $this->decoded);
}

/**
* Issue #8
*
* @group testing
* @see https://github.com/hidehalo/emoji/issues/8
*/
public function testSpec()
{
$raw = "«";
$encoded = $this->case->encode($raw);
$decoded = $this->case->decode($encoded);
$this->assertSame($raw, $decoded);
// $this->assertSame($raw, $encoded);
}

public function testGetPattern()
{
$ret = $this->case->getPattern();
Expand Down

0 comments on commit b57b30d

Please sign in to comment.