We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
current_exceptions
1 parent 8819abe commit 001cc41Copy full SHA for 001cc41
test/runtests.jl
@@ -194,7 +194,8 @@ end
194
Stacktrace:.*
195
196
caused by: UndefVarError: `?__not_a_binding__`? not defined( in `Main`)?
197
- Stacktrace:.*
+ (Suggestion: check for spelling errors or missing imports.
198
+ )?Stacktrace:.*
199
"""s, sprint(show, excs_with_bts))
200
201
# Check that the ExceptionStack without backtraces `show`s correctly:
@@ -211,7 +212,8 @@ end
211
212
213
214
215
216
217
"""s, sprint(Base.display_error, excs_with_bts))
218
219
# Check that the ExceptionStack without backtraces `display_error`s correctly:
0 commit comments