From 667555baaea4006b7a2bbeea632c171471e191d2 Mon Sep 17 00:00:00 2001 From: Mehul-Lakhwani Date: Tue, 2 Dec 2025 11:30:25 +0530 Subject: [PATCH] #57287 Issue:Resolved the problem of missing colon --- stdlib/Test/src/Test.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/Test/src/Test.jl b/stdlib/Test/src/Test.jl index dcfc780084a19..adcf441b35d67 100644 --- a/stdlib/Test/src/Test.jl +++ b/stdlib/Test/src/Test.jl @@ -159,7 +159,7 @@ struct Fail <: Result return new(test_type, string(orig_expr), data === nothing ? nothing : string(data), - string(isa(data, Type) ? typeof(value) : value), + repr(isa(data, Type) ? typeof(value) : value), context, source, message_only,