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
Namespace
Symfony\Component\Yaml\TestsCode
public function testParseUnquotedAsteriskFollowedByAComment() {
Inline::parse('{ foo: * #foo }');
}