public function InlineTest::testParseUnquotedScalarStartingWithLiteralStyleIndicator 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 219
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testParseUnquotedScalarStartingWithLiteralStyleIndicator() {
Inline::parse('{ foo: |foo }');
}