Skip to content

Commit

Permalink
Remove impossible linebreak from author+email line
Browse files Browse the repository at this point in the history
  • Loading branch information
meldra committed Dec 14, 2011
1 parent ce8ae50 commit 22791fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/atomValues.php
Expand Up @@ -118,8 +118,7 @@ function test_entryAuthorURL()


function test_entryAuthorName() function test_entryAuthorName()
{ {
$value = 'Mark Pilgrim (f8dy@example.com) $value = 'Mark Pilgrim (f8dy@example.com)';
';
$this->assertEquals($value, $this->entry->author); $this->assertEquals($value, $this->entry->author);
} }


Expand Down

0 comments on commit 22791fc

Please sign in to comment.