File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
behavior_tests/src/bt-autocomplete Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,14 @@ def migrate_test():
55
55
'silent\n '
56
56
res = res and (reference == test_config .command_output )
57
57
58
- call_subprocess (test_config .CT_TOOL + " --autocomplete=foo#bar##--enable-c " )
58
+ call_subprocess (test_config .CT_TOOL + " --autocomplete=foo#bar##--enable-ct " )
59
59
reference = '--enable-ctad\n '
60
60
res = res and (reference == test_config .command_output )
61
61
62
+ call_subprocess (test_config .CT_TOOL + " --autocomplete=foo#bar##--enable-code" )
63
+ reference = '--enable-codepin\n '
64
+ res = res and (reference == test_config .command_output )
65
+
62
66
call_subprocess (test_config .CT_TOOL + " --autocomplete=foo#bar###--format-range=#a" )
63
67
reference = 'all\n '
64
68
res = res and (reference == test_config .command_output )
@@ -168,4 +172,4 @@ def build_test():
168
172
return True
169
173
170
174
def run_test ():
171
- return True
175
+ return True
You can’t perform that action at this time.
0 commit comments