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