Skip to content

Commit

Permalink
This bug if fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 25, 2017
1 parent 9af500c commit dad784e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Horde/Yaml/DumperTest.php
Expand Up @@ -230,7 +230,6 @@ public function testShouldNotWrapStringsWithCommentDelimiterForFoldedStrings()
$this->assertEquals($expected, $actual);
// round-trip assert
// parsing keeps trailing newlines.
$value['foo'] .= "\n";
$this->assertEquals($value, Horde_Yaml::load($actual));
}

Expand Down

0 comments on commit dad784e

Please sign in to comment.