You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(contest): expect "rendered_cmd" but not "cmd" in assert_complete()
When extracting the completion candidates from the Bash output, we
expect "rendered_cmd" rather than "cmd". Note that "rendered_cmd"
(i.e., the text representation of the command line by Bash) can be
different from "cmd" (i.e., the command input by the user) when "cmd"
contains TABs or control characters.
0 commit comments