Skip to content

Commit 002fd04

Browse files
committed
Update
1 parent 3d89c03 commit 002fd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FileFormats/LP/LP.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ function test_parse_keyword_subject_to_errors()
15921592
return
15931593
end
15941594

1595-
function test_parse_keyword_subject_to_errors()
1595+
function test_parse_newline_in_objective_expression()
15961596
for obj in ["2 x", "\n2 x", "2\nx", "2*\nx", "2\n*x", "2\n\n*\n\n\nx\n"]
15971597
io = IOBuffer("""
15981598
maximize

0 commit comments

Comments
 (0)