You are here

public function InlineTest::testParseUnquotedAsteriskFollowedByAComment in Lockr 7.3

@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage A reference must contain at least one character at line 1.

File

vendor/symfony/yaml/Tests/InlineTest.php, line 297

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testParseUnquotedAsteriskFollowedByAComment() {
  Inline::parse('{ foo: * #foo }');
}