You are here

public function DumperTest::testEscapedEscapeSequencesInQuotedScalar in Currency 7.2

@dataProvider getEscapeSequences

File

currency/vendor/symfony/yaml/Tests/DumperTest.php, line 204

Class

DumperTest

Namespace

Symfony\Component\Yaml\Tests

Code

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