You are here

public function InlineTest::testParseScalarWithNonEscapedBlackslashShouldThrowException in Lockr 7.3

@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage Found unknown escape character "\V".

File

vendor/symfony/yaml/Tests/InlineTest.php, line 156

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testParseScalarWithNonEscapedBlackslashShouldThrowException() {
  Inline::parse('"Foo\\Var"');
}