diff options
author | Ian Lynagh <igloo@earth.li> | 2011-10-18 21:50:12 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-10-18 21:50:12 +0100 |
commit | 766e2117d483efa434907a09fcce2796f113961f (patch) | |
tree | 8ad3eab720fd25cee0a33246d57103ad6984e08d /testsuite/tests/driver/spacesInArgs.stdout | |
parent | c0ac40a7d574d7cca751653e8ba02a26db1309c5 (diff) | |
download | haskell-766e2117d483efa434907a09fcce2796f113961f.tar.gz |
Fix passing spaces to tests on Windows, and add a test for it
Diffstat (limited to 'testsuite/tests/driver/spacesInArgs.stdout')
-rw-r--r-- | testsuite/tests/driver/spacesInArgs.stdout | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/driver/spacesInArgs.stdout b/testsuite/tests/driver/spacesInArgs.stdout new file mode 100644 index 0000000000..7c7f69287b --- /dev/null +++ b/testsuite/tests/driver/spacesInArgs.stdout @@ -0,0 +1,4 @@ +Arg: "a b" +Arg: "c d" +Arg: "e f" +Arg: "g h" |