Example #1
0
 public function testInvalidFieldTagTrailingNewline()
 {
     $this->assertFalse(Field::isValidFieldTag("003@\n"));
 }