From eafdf48e5b24d9ea9269d23a953828f79a03bb99 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 6 Oct 2023 15:17:30 +0200 Subject: [PATCH] Update test_print.jl --- test/test_print.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_print.jl b/test/test_print.jl index b825578e3e3..761f5776e69 100644 --- a/test/test_print.jl +++ b/test/test_print.jl @@ -502,8 +502,7 @@ function test_extension_printing_scalaraffinefunction_constraints( @test sprint(show, "text/latex", linear_le) == "\$\$ x \\leq 1 \$\$" @test sprint(show, "text/latex", linear_ge) == "\$\$ x \\geq 1 \$\$" @test sprint(show, "text/latex", linear_eq) == "\$\$ x = 1 \$\$" - @test sprint(show, "text/latex", linear_range) == - "\$\$ x \\in [-1, 1] \$\$" + @test sprint(show, "text/latex", linear_range) == "\$\$ x \\in [-1, 1] \$\$" @test sprint(show, "text/latex", linear_noname) == "\$\$ x \\leq 1 \$\$" return end