You are here

public function ParserTest::testCommentLikeStringsAreNotStrippedInBlockScalars in Lockr 7.3

@dataProvider getCommentLikeStringInScalarBlockData

File

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

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testCommentLikeStringsAreNotStrippedInBlockScalars($yaml, $expectedParserResult) {
  $this
    ->assertSame($expectedParserResult, $this->parser
    ->parse($yaml));
}