Skip to content

Commit 024882a

Browse files
committed
Update
1 parent 617379e commit 024882a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/FileFormats/MPS/test_MPS.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,8 +1773,10 @@ function test_parse_header()
17731773
"QSECTION c" => MPS.HEADER_QSECTION,
17741774
"INDICATORS" => MPS.HEADER_INDICATORS,
17751775
"" => MPS.HEADER_UNKNOWN,
1776-
"Foo" => MPS.HEADER_UNKNOWN,
1777-
"rhs x" => MPS.HEADER_UNKNOWN,
1776+
"FOO" => MPS.HEADER_UNKNOWN,
1777+
"RHS X" => MPS.HEADER_UNKNOWN,
1778+
"QDMATRIX X" => MPS.HEADER_UNKNOWN,
1779+
"RHS X 1" => MPS.HEADER_UNKNOWN,
17781780
]
17791781
items = MPS.LineToItems(line)
17801782
@test header == MPS.parse_header(items)

0 commit comments

Comments
 (0)