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 cb32e4d commit 4f1dfa4Copy full SHA for 4f1dfa4
test/FileFormats/MOF/MOF.jl
@@ -115,6 +115,7 @@ function test_HS071()
115
MOI.write_to_file(model, TEST_MOF_FILE)
116
target = read(joinpath(@__DIR__, "nlp.mof.json"), String)
117
target = replace(target, r"\s" => "")
118
+ target = replace(target, "MathOptFormatModel" => "MathOptFormat Model")
119
@test read(TEST_MOF_FILE, String) == target
120
_validate(TEST_MOF_FILE)
121
return
0 commit comments