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