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():
5555 'silent\n '
5656 res = res and (reference == test_config .command_output )
5757
58- call_subprocess (test_config .CT_TOOL + " --autocomplete=foo#bar##--enable-c " )
58+ call_subprocess (test_config .CT_TOOL + " --autocomplete=foo#bar##--enable-ct " )
5959 reference = '--enable-ctad\n '
6060 res = res and (reference == test_config .command_output )
6161
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+
6266 call_subprocess (test_config .CT_TOOL + " --autocomplete=foo#bar###--format-range=#a" )
6367 reference = 'all\n '
6468 res = res and (reference == test_config .command_output )
@@ -168,4 +172,4 @@ def build_test():
168172 return True
169173
170174def run_test ():
171- return True
175+ return True
You can’t perform that action at this time.
0 commit comments