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 cd62790 commit 4011398Copy full SHA for 4011398
test/Utilities/print.jl
@@ -746,7 +746,7 @@ function test_print_model_to_stdout()
746
print(model; _latex_display = d)
747
seekstart(io)
748
@test read(io, String) ==
749
- "\$\$ \\begin{aligned}\n\\text{feasibility}\\\\\n\\text{Subject to}\\\\\n\\end{aligned} \$\$\n"
+ "\$\$ \\begin{aligned}\n\\text{feasibility}\\\\\n\\text{Subject to}\\\\\n\\end{aligned} \$\$"
750
return
751
end
752
0 commit comments