public function InlineTest::testUnfinishedInlineMap in Lockr 7.3
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage Unexpected end of line, expected one of ",}" at line 1 (near "{abc: 'def'").
File
- vendor/
symfony/ yaml/ Tests/ InlineTest.php, line 812
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testUnfinishedInlineMap() {
Inline::parse("{abc: 'def'");
}