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 a0ebe1e commit 46fe057Copy full SHA for 46fe057
lldb/test/API/functionalities/statusline/TestStatusline.py
@@ -67,9 +67,7 @@ def test(self):
67
self.expect('set set separator "| "')
68
69
# Hide the statusline and check or the control character.
70
- self.expect(
71
- "set set show-statusline false", ["\x1b[1;0r"]
72
- )
+ self.expect("set set show-statusline false", ["\x1b[1;0r"])
73
74
def test_no_color(self):
75
"""Basic test for the statusline with colors disabled."""
0 commit comments