You are here

public function ParserTest::testParseMultiLineMappingValue in Lockr 7.3

@dataProvider multiLineDataProvider

File

vendor/symfony/yaml/Tests/ParserTest.php, line 1699

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testParseMultiLineMappingValue($yaml, $expected, $parseError) {
  $this
    ->assertEquals($expected, $this->parser
    ->parse($yaml));
}