You are here

public function InlineTest::testParseUnquotedScalarStartingWithFoldedStyleIndicator 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 229

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testParseUnquotedScalarStartingWithFoldedStyleIndicator() {
  Inline::parse('{ foo: >foo }');
}