You are here

public function ParserTest::testBlockChomping in Plug 7

@dataProvider getBlockChompingTests

File

lib/Symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php, line 396

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

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