Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Fix doc tests no longer running
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Aug 27, 2017
1 parent 4e50b2a commit 233dbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/doc-test.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
libs)))
(with (docs (-> (or (_/var-docstring v) "")
_/parse-docstring
(filter (lambda (x) (and (= (type x) "mono")
(filter (lambda (x) (and (= (.> x :kind) "mono")
(string/starts-with? (.> x :whole) "```")
(not (string/find (.> x :whole) "^```[^\n]*:no%-test[^\n]*\n")))) <>)
(map (cut .> <> :contents) <>)))
Expand Down

0 comments on commit 233dbf6

Please sign in to comment.