Challenge: #NI6
how is both of these supposed to work, I made it so it removes the extra spaces, but the it again supposed to keep the extra spaces.
Can anyone point out what am I missing
the log
[tester::#NI6] ✓ Received expected response
[your-program] $ echo test script
[your-program] test script
[tester::#NI6] ✓ Received expected response
[your-program] $ echo 'example hello' 'script''world'
[your-program] example hello scriptworld
[tester::#NI6] Output does not match expected value.
[tester::#NI6] Expected: "example hello scriptworld"
[tester::#NI6] Received: "example hello scriptworld"
[your-program] $
[tester::#NI6] Assertion failed.
[tester::#NI6] Test failed
