In the input echo "example hello" "script""world" there are two spaces between “example hello” and “script”. Since the double space takes place outside of the quotation marks in the output there should be just one. But the expected output of the test still has 2.
Am I missing something or is there an error in the test?
Hi @hereisk, you’re absolutely right. There should be only one space between hello and scriptworld in the expected output, which is exactly what our tester expects (green):