File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
lldb/test/API/functionalities/completion Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -335,13 +335,22 @@ def test_settings_replace_target_ru(self):
335
335
)
336
336
337
337
def test_settings_show_term (self ):
338
- self .complete_from_to ("settings show term-" , "settings show term-width" )
338
+ self .complete_from_to ("settings show term-w " , "settings show term-width" )
339
339
340
340
def test_settings_list_term (self ):
341
- self .complete_from_to ("settings list term-" , "settings list term-width" )
341
+ self .complete_from_to ("settings list term-w" , "settings list term-width" )
342
+
343
+ def test_settings_show_term (self ):
344
+ self .complete_from_to ("settings show term-h" , "settings show term-height" )
345
+
346
+ def test_settings_list_term (self ):
347
+ self .complete_from_to ("settings list term-h" , "settings list term-height" )
348
+
349
+ def test_settings_remove_term (self ):
350
+ self .complete_from_to ("settings remove term-w" , "settings remove term-width" )
342
351
343
352
def test_settings_remove_term (self ):
344
- self .complete_from_to ("settings remove term-" , "settings remove term-width " )
353
+ self .complete_from_to ("settings remove term-h " , "settings remove term-height " )
345
354
346
355
def test_settings_s (self ):
347
356
"""Test that 'settings s' completes to ['set', 'show']."""
You can’t perform that action at this time.
0 commit comments