You are here

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

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testUnfinishedInlineMap() {
  Inline::parse("{abc: 'def'");
}