JpnForPhp\Tests\Transliterator\TransliteratorTest::testTransliterateToRomajiWithWapuroWhenPunctuationMarks PHP Method

testTransliterateToRomajiWithWapuroWhenPunctuationMarks() public method

    public function testTransliterateToRomajiWithWapuroWhenPunctuationMarks()
    {
        $result = self::$wapuro->transliterate('{}()[]【】、,…‥。・〽「」『』〜:!? ');
        $this->assertEquals('{}()[][], , …….-\'\'\'""~:!? ', $result);
    }
TransliteratorTest