You are here

public function InlineTest::testParseUnquotedAsterisk 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 162

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

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