You are here

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

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testParseScalarWithNonEscapedBlackslashShouldThrowException() {
  $this
    ->assertSame('Foo\\Var', Inline::parse('"Foo\\Var"'));
}