You are here

public function InlineTest::testParseUnquotedAsteriskFollowedByAComment in Currency 7.2

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

File

currency/vendor/symfony/yaml/Tests/InlineTest.php, line 171

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

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