Beispiel #1
0
 public function testConvertTo()
 {
     $eol = new EOL(EOL::EOL_CR_LF);
     $this->assertSame("a\r\nb", $eol->apply("a\nb"));
 }