Skip to content

Commit

Permalink
improve test coverage a little
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Mar 21, 2024
1 parent fe80308 commit 620a5d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/TestPBFile.hs
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ exampleWBO1 :: String
exampleWBO1 = unlines $
[ "* #variable= 1 #constraint= 2 #soft= 2 mincost= 2 maxcost= 3 sumcost= 5"
, "soft: 6 ;"
, "* comment line"
, "[2] +1 x1 >= 1 ;"
, "[3] -1 x1 >= 0 ;"
]
Expand Down

0 comments on commit 620a5d3

Please sign in to comment.