Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed May 19, 2023
1 parent 4e84b97 commit a93ec17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Dumper/ContextualizedDumperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function testContextualizedCliDumper()
$dumper->dump($data);
$out = ob_get_clean();

$this->assertStringContainsString("\e]8;;{$href}\e\\\e[", $out);
$this->assertStringContainsString("\e]8;;{$href}\e\\^\e]", $out);
$this->assertStringContainsString("m{$var}\e[", $out);
}
}

0 comments on commit a93ec17

Please sign in to comment.