+
+ チャン チャン
+ 쟌 쟌
+
+X;
+ $actual = Subtitles::loadFromString($text)->getInternalFormat();
+ $expected = (new Subtitles())
+ ->add(9.159, 9.927, ['チャン チャン', '쟌 쟌'])
+ ->getInternalFormat();
+ $this->assertInternalFormatsEqual($expected, $actual);
+ }
}
\ No newline at end of file