You are here

public function DumperTest::testEscapedEscapeSequencesInQuotedScalar in Lockr 7.3

@dataProvider getEscapeSequences

File

vendor/symfony/yaml/Tests/DumperTest.php, line 271

Class

DumperTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testEscapedEscapeSequencesInQuotedScalar($input, $expected) {
  $this
    ->assertEquals($expected, $this->dumper
    ->dump($input));
}