Esempio n. 1
0
 /**
  * @test
  */
 public function parseSingleLineComment()
 {
     $this->assertEquals(' yes', \Kss\CommentParser::parseSingleLineComment('// yes'));
 }