You are here

public function InlineTest::testParseUnquotedScalarStartingWithReservedBacktickIndicator 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 209

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testParseUnquotedScalarStartingWithReservedBacktickIndicator() {
  Inline::parse('{ foo: `foo }');
}