From f96c8d5831e0aa0ab4c294675424dfb895b099a6 Mon Sep 17 00:00:00 2001 From: Tobias Braun Date: Fri, 22 Nov 2024 15:49:09 +0100 Subject: [PATCH] Added test for printing --- test/NfOrd/LinearAlgebra.jl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/NfOrd/LinearAlgebra.jl b/test/NfOrd/LinearAlgebra.jl index 1f212e60d1..5bbe8a9f64 100644 --- a/test/NfOrd/LinearAlgebra.jl +++ b/test/NfOrd/LinearAlgebra.jl @@ -156,6 +156,11 @@ @test isempty(pmat20) @test !is_empty(pmat11) @test !is_empty(pmat23) + + @test sprint(show, pmat00) isa String + @test sprint(show, pmat02) isa String + @test sprint(show, pmat20) isa String + end end