Skip to content

Commit

Permalink
devanagari test
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRafn committed Oct 2, 2017
1 parent ed401c5 commit e836c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DetectLanguageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function can_detect_buhid()
/** @test */
public function can_detect_devanagari()
{
$this->assertTrue(StringScript::isDevanagari('ᝃ ᝄ ᝅ ᝆ ᝇ ᝈ ᝉ ᝊ ᝋ ᝌ ᝍ ᝎ ᝏ ᝐ ᝑ'));
$this->assertTrue(StringScript::isDevanagari('सदाऽऽत्मा'));
$this->assertFalse(StringScript::isDevanagari('Hello world, and welcome this package.'));
}
}

0 comments on commit e836c7f

Please sign in to comment.