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 ebe4530 commit 8bd7755Copy full SHA for 8bd7755
python_files/tests/test_shell_integration.py
@@ -17,7 +17,7 @@ def test_decoration_success():
17
if sys.platform != "win32" and (not is_wsl):
18
assert (
19
result
20
- == "\x1b]633;C\x07\x1b]633;E;None\x07\x1b]633;D;0\x07\x1b]633;A\x07>>> \x1b]633;B\x07"
+ == "\x01\x1b]633;C\x07\x1b]633;E;None\x07\x1b]633;D;0\x07\x1b]633;A\x07\x02>>> \x01\x1b]633;B\x07\x02"
21
)
22
else:
23
pass
@@ -32,7 +32,7 @@ def test_decoration_failure():
32
33
34
35
- == "\x1b]633;C\x07\x1b]633;E;None\x07\x1b]633;D;1\x07\x1b]633;A\x07>>> \x1b]633;B\x07"
+ == "\x01\x1b]633;C\x07\x1b]633;E;None\x07\x1b]633;D;1\x07\x1b]633;A\x07\x02>>> \x01\x1b]633;B\x07\x02"
36
37
38
0 commit comments