Skip to content

Commit b84979d

Browse files
ulysses4evermergify[bot]
authored andcommitted
fix doctest
1 parent ae016e2 commit b84979d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cabal/src/Distribution/Simple/Setup.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2527,7 +2527,7 @@ configureProg verbosity programDb prog = do
25272527
-- It's supposed to handle quoted things sensibly, eg:
25282528
--
25292529
-- >>> splitArgs "--foo=\"C:/Program Files/Bar/\" --baz"
2530-
-- ["--foo=C:/Program Files/Bar/", "--baz"]
2530+
-- ["--foo=C:/Program Files/Bar/","--baz"]
25312531
--
25322532
-- >>> splitArgs "\"-DMSGSTR=\\\"foo bar\\\"\" --baz"
25332533
-- ["-DMSGSTR=\"foo bar\"","--baz"]

0 commit comments

Comments
 (0)