#yt5 Test case issue

Hi,
I think there is an issue in either the problem statement or test cases.

Lets see for this problem as an example … the next 2 problems. I think either the test cases should be removed or the problem statements should be merged for better understanding.

Thanks Apoorv

@andy1li your thoughts?

Hi @Apoorv221, thanks for your feedback! I agree that there’s room to improve both the instructions and test cases.

To clarify, the last test in each stage is designed as a compilation of all previous stages.

Do you have any specific suggestions on how we could make this clearer? I’d love to hear your thoughts!

Yup like we can include all the problems into one probably should work if we don’t want test cases to be touched.

Hi @andy1li ,
I am facing issue in this testcases can u help me on that?
remote: [tester::#YT5] ✓ Received expected response
remote: [your-program] $ cat “/tmp/foo/f\n66” “/tmp/foo/f\74” “/tmp/foo/f’'64”
remote: [your-program] cat: /tmp/foo/fn66: No such file or directory
remote: [tester::#YT5] Output does not match expected value.
remote: [tester::#YT5] Expected: “pear banana.grape apple.grape mango.”
remote: [tester::#YT5] Received: “cat: /tmp/foo/fn66: No such file or directory”
remote: [your-program] cat: /tmp/foo/f74: No such file or directory
remote: [your-program] cat: /tmp/foo/f’'64: No such file or directory
remote: [your-program] cat: command not found
remote: [your-