You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an example in my index.md that produces an error that originates from the fact, that during doctests evaluated output is being shortened, but not in REPL.
I think in the REPL it depends on how large your REPL window is? When running doctests, we use some default value (not sure what exactly, but there is some default IOContext is presume?).
I'd say that this is related to #942, but I don't think there is a bug here. I'd suggest you just use the string Documenter produces (see Fixing Outdate Doctests to automatically fix all your doctests).
I found that changing my terminal size affects output length and height, so even if i could control width and height like #942 proposes, i don't know what value i should use.
I have an example in my
index.md
that produces an error that originates from the fact, that during doctests evaluated output is being shortened, but not in REPL.When i build docs i have the error:
Truncating with
[...]
also doesn't help.The text was updated successfully, but these errors were encountered: