You are here

public function InlineTest::testParseUnquotedScalarStartingWithReservedAtIndicator in Loft Data Grids 7.2

@group legacy @expectedDeprecation Not quoting the scalar "@foo " starting with "@" is deprecated since Symfony 2.8 and will throw a ParseException in 3.0. throws \Symfony\Component\Yaml\Exception\ParseException in 3.0

File

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

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testParseUnquotedScalarStartingWithReservedAtIndicator() {
  Inline::parse('{ foo: @foo }');
}