public function InlineTest::testTheEmptyStringIsAValidMappingKey in Loft Data Grids 7.2
File
- vendor/
symfony/ yaml/ Tests/ InlineTest.php, line 493
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testTheEmptyStringIsAValidMappingKey() {
$this
->assertSame(array(
'' => 'foo',
), Inline::parse('{ "": foo }'));
}