We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf97ef commit 15910c4Copy full SHA for 15910c4
1 file changed
test/errorshow.jl
@@ -928,3 +928,8 @@ for (expr, errmsg) in
928
end
929
@test contains(sprint(showerror, err), errmsg)
930
931
+
932
+let err_str
933
+ err_str = @except_str "a" + "b" MethodError
934
+ @test occursin("String concatenation is performed with *", err_str)
935
+end
0 commit comments