-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Printing of error in doctest #653
Comments
Probably some logic that is incorrect here Documenter.jl/src/DocChecks.jl Lines 288 to 298 in 56e9f62
|
It's not related to world-age stuff by any chance? |
Ah, good catch! That fixes it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following doctest, taken from julia base
fails on the last expression. Instead of
ERROR: MyException: test exception
Documenter evaluates toMyException("test exception")
so somehow we never end up in the customshowerror
function.The text was updated successfully, but these errors were encountered: