Skip to content

Commit db1e69b

Browse files
pranaysashankmergify[bot]
authored andcommitted
Fix failing doctest.
1 parent 98eb1eb commit db1e69b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cabal/src/Distribution/Simple/Setup.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2262,8 +2262,8 @@ configureProg verbosity programDb prog = do
22622262
-- | Helper function to split a string into a list of arguments.
22632263
-- It's supposed to handle quoted things sensibly, eg:
22642264
--
2265-
-- >>> splitArgs "--foo=\"C:/Program Files/Bar/" --baz"
2266-
-- ["--foo=C:/Program Files/Bar", "--baz"]
2265+
-- >>> splitArgs "--foo=\"C:/Program Files/Bar/\" --baz"
2266+
-- ["--foo=C:/Program Files/Bar/", "--baz"]
22672267
--
22682268
-- >>> splitArgs "\"-DMSGSTR=\\\"foo bar\\\"\" --baz"
22692269
-- ["-DMSGSTR=\"foo bar\"","--baz"]

0 commit comments

Comments
 (0)