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