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 ed59cc8 commit bf1c3c2Copy full SHA for bf1c3c2
lldb/test/API/lang/swift/completion/TestSwiftREPLCompletion.py
@@ -29,8 +29,8 @@ def test_basic_completion(self):
29
# Try completing something that has multiple completions.
30
self.child.send("Hash\t")
31
self.child.expect_exact("Available completions:")
32
- self.child.expect_exact("\tHash --")
33
+ self.child.expect_exact(" Hash --")
34
self.child.sendline("")
35
36
self.quit()
0 commit comments