mirror of
https://github.com/ilyakooo0/optparse-applicative.git
synced 2024-11-27 11:56:20 +03:00
Fix show_default test.
This commit is contained in:
parent
82f8fe30c0
commit
863a926907
@ -96,7 +96,7 @@ case_show_default = do
|
||||
Left (ParserFailure err _) -> do
|
||||
msg <- err "test"
|
||||
assertHasLine
|
||||
" -n set count (default: 0)"
|
||||
" -n ARG set count (default: 0)"
|
||||
msg
|
||||
Right r -> assertFailure $ "unexpected result: " ++ show r
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user