Skip to content

Commit 4011398

Browse files
committed
Update
1 parent cd62790 commit 4011398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Utilities/print.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ function test_print_model_to_stdout()
746746
print(model; _latex_display = d)
747747
seekstart(io)
748748
@test read(io, String) ==
749-
"\$\$ \\begin{aligned}\n\\text{feasibility}\\\\\n\\text{Subject to}\\\\\n\\end{aligned} \$\$\n"
749+
"\$\$ \\begin{aligned}\n\\text{feasibility}\\\\\n\\text{Subject to}\\\\\n\\end{aligned} \$\$"
750750
return
751751
end
752752

0 commit comments

Comments
 (0)