Skip to content

Commit cb32e4d

Browse files
committed
Update
1 parent 629d7f5 commit cb32e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FileFormats/MOF/MOF.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function test_HS071()
114114
MOI.set(model, MOI.ObjectiveSense(), MOI.MIN_SENSE)
115115
MOI.write_to_file(model, TEST_MOF_FILE)
116116
target = read(joinpath(@__DIR__, "nlp.mof.json"), String)
117-
target = replace(target, '\r' => "", ' ' => "", '\n' => "")
117+
target = replace(target, r"\s" => "")
118118
@test read(TEST_MOF_FILE, String) == target
119119
_validate(TEST_MOF_FILE)
120120
return

0 commit comments

Comments
 (0)