@@ -1165,7 +1165,7 @@ end
1165
1165
DivideError: integer division error
1166
1166
Stacktrace:.*
1167
1167
1168
- caused by: UndefVarError: __not_a_binding__ not defined
1168
+ caused by: UndefVarError: `? __not_a_binding__`? not defined
1169
1169
Stacktrace:.*
1170
1170
""" s , sprint (show, excs_with_bts))
1171
1171
@@ -1174,23 +1174,23 @@ end
1174
1174
2-element ExceptionStack:
1175
1175
DivideError: integer division error
1176
1176
1177
- caused by: UndefVarError: __not_a_binding__ not defined""" s ,
1177
+ caused by: UndefVarError: `? __not_a_binding__`? not defined""" s ,
1178
1178
sprint (show, excs_sans_bts))
1179
1179
1180
1180
# Check that the ExceptionStack with backtraces `display_error`s correctly:
1181
1181
@test occursin (r"""
1182
1182
ERROR: DivideError: integer division error
1183
1183
Stacktrace:.*
1184
1184
1185
- caused by: UndefVarError: __not_a_binding__ not defined
1185
+ caused by: UndefVarError: `? __not_a_binding__`? not defined
1186
1186
Stacktrace:.*
1187
1187
""" s , sprint (Base. display_error, excs_with_bts))
1188
1188
1189
1189
# Check that the ExceptionStack without backtraces `display_error`s correctly:
1190
1190
@test occursin (r"""
1191
1191
ERROR: DivideError: integer division error
1192
1192
1193
- caused by: UndefVarError: __not_a_binding__ not defined""" s ,
1193
+ caused by: UndefVarError: `? __not_a_binding__`? not defined""" s ,
1194
1194
sprint (Base. display_error, excs_sans_bts))
1195
1195
else
1196
1196
# Due to runtime limitations, julia-1.0 only retains the last exception.
0 commit comments