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