public function ParserTest::testParseMultiLineString in Lockr 7.3
File
- vendor/
symfony/ yaml/ Tests/ ParserTest.php, line 1691
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testParseMultiLineString() {
$this
->assertEquals("foo bar\nbaz", $this->parser
->parse("foo\nbar\n\nbaz"));
}