``` $ stack test --test-arguments "a b" --test-arguments "c d" Invalid option `--test-arguments' ``` stack=1.1.2 expected: testArguments == ["a", "b", "c", "d"]