示例#1
0
文件: String.php 项目: Hywan/String
 public function case_from_code()
 {
     $this->when($result = LUT::fromCode(0x7e))->then->string($result)->isEqualTo('~')->when($result = LUT::fromCode(0xa7))->then->string($result)->isEqualTo('§')->when($result = LUT::fromCode(0x1207))->then->string($result)->isEqualTo('ሇ')->when($result = LUT::fromCode(0x1f4a9))->then->string($result)->isEqualTo('💩');
 }