Fix tests

This commit is contained in:
Barry vd. Heuvel
2022-10-31 16:20:50 +01:00
parent 6eafab0ff3
commit ad1e63e15c
4 changed files with 9 additions and 8 deletions
@@ -108,7 +108,7 @@ LONGDESC;
$parsedDescription = $parsedContents[1]->getParsedDescription();
$this->assertCount(3, $parsedDescription);
$this->assertSame("inline tag with\n", $parsedDescription[0]);
$this->assertSame("inline tag with", trim($parsedDescription[0]));
$this->assertInstanceOf(
__NAMESPACE__ . '\Tag\LinkTag',
$parsedDescription[1]