I’m getting a fail in the test script for something I think my program is parsing correctly. Why would the two quotes after test lead to one combined argument instead of two?
Blockquote
remote: [your-program] $ echo “shell script” “test”“example”
remote: [your-program] shell script test example
remote: [tester::#TG6] Output does not match expected value.
remote: [tester::#TG6] Expected: “shell script testexample”
remote: [tester::#TG6] Received: “shell script test example”
remote: [your-program] $
remote: [tester::#TG6] Assertion failed.
remote: [tester::#TG6] Test failed