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.
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-