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 2e415b3 commit 2763c7eCopy full SHA for 2763c7e
lldb/test/API/functionalities/abbreviation/TestAbbreviations.py
@@ -20,6 +20,7 @@ def test_command_abbreviations_and_aliases(self):
20
self.assertTrue(result.Succeeded())
21
self.assertEqual("apropos script", result.GetOutput())
22
23
+ # "h" could be "help" or "history", "he" can only be "help".
24
command_interpreter.ResolveCommand("he", result)
25
26
self.assertEqual("help", result.GetOutput())
0 commit comments