new version with git help
This commit is contained in:
@@ -182,3 +182,8 @@
|
||||
(check-equal? (length (git 'log 10)) 2)))
|
||||
(lambda ()
|
||||
(delete-directory/files tmp)))
|
||||
|
||||
|
||||
;; Help validates its topic before trying to open the installed documentation.
|
||||
(check-exn exn:fail? (lambda () (git 'help 'not-a-git-command)))
|
||||
(check-exn exn:fail:contract? (lambda () (git-help "grep")))
|
||||
|
||||
Reference in New Issue
Block a user