public function ParserTest::testCommentLikeStringsAreNotStrippedInBlockScalars in Lockr 7.3
@dataProvider getCommentLikeStringInScalarBlockData
File
- vendor/
symfony/ yaml/ Tests/ ParserTest.php, line 1271
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testCommentLikeStringsAreNotStrippedInBlockScalars($yaml, $expectedParserResult) {
$this
->assertSame($expectedParserResult, $this->parser
->parse($yaml));
}