public function InlineTest::testParseScalarWithNonEscapedBlackslashAtTheEndShouldThrowException in Loft Data Grids 7.2
@expectedException \Symfony\Component\Yaml\Exception\ParseException
File
- vendor/
symfony/ yaml/ Tests/ InlineTest.php, line 88
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testParseScalarWithNonEscapedBlackslashAtTheEndShouldThrowException() {
Inline::parse('"Foo\\"');
}