public function InlineTest::testParseScalarWithNonEscapedBlackslashShouldThrowException in Loft Data Grids 7.2
@group legacy throws \Symfony\Component\Yaml\Exception\ParseException in 3.0
File
- vendor/
symfony/ yaml/ Tests/ InlineTest.php, line 80
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testParseScalarWithNonEscapedBlackslashShouldThrowException() {
$this
->assertSame('Foo\\Var', Inline::parse('"Foo\\Var"'));
}