We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e84b97 commit a93ec17Copy full SHA for a93ec17
Tests/Dumper/ContextualizedDumperTest.php
@@ -37,7 +37,7 @@ public function testContextualizedCliDumper()
37
$dumper->dump($data);
38
$out = ob_get_clean();
39
40
- $this->assertStringContainsString("\e]8;;{$href}\e\\\e[", $out);
+ $this->assertStringContainsString("\e]8;;{$href}\e\\^\e]", $out);
41
$this->assertStringContainsString("m{$var}\e[", $out);
42
}
43
0 commit comments