You are here

public function InlineTest::testParseUnquotedAsteriskFollowedByAComment in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php \Symfony\Component\Yaml\Tests\InlineTest::testParseUnquotedAsteriskFollowedByAComment()

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

File

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

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

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