Stuck on Stage #ni6: program didn't produce expected result when running test for #GP4

I’m stuck on Stage #ni6.

The log showed that my program passed the test for #ni6 and after that it ran and failed on the test for #gp4, a stage that i have already cleared.

I am not sure why my program didn’t print out the prompt ($ ) on that test, because when i tested it manually it worked just fine

~/project/codecrafters-shell-go master *1                                                                                                                                                                                             07:09:20
❯ ./your_shell.sh
$

At this point I am not sure what else I should try and would appreciate some help here

Here’s the remote url of my git repository https://git.codecrafters.io/2f6e0e84d5f0b89a

Hey @aryuuu, looks likes your repo was created a while ago and is no longer compatible with our current tester.

I’ve pushed a fix to your repo. You can run git pull to sync the changes.

Just a heads-up: you might still hit issues with earlier stages, since we’ve updated some of the test cases recently.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.