I cannot get past the first step in the Autocompletion module in Build your own Shell. It seems there is a bug in the test script as can be seen below:
Hey @mikkel-larsen, it doesn’t appear to be a bug on our end. You can try running the program locally to verify that the letter b is indeed being swallowed by readline:
I can’t, however, use tab-completion if I remove readline.parse_and_bind("bind ^I rl_complete"). Though I can see that the tests run successfully on your end without that line.
But that means that I cannot use tab-completion on my machine for the rest of the assignments if I want to complete this