You are here

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

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

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