We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4626bdd commit 0dec45bCopy full SHA for 0dec45b
1 file changed
test/FileFormats/LP/LP.jl
@@ -1490,9 +1490,7 @@ function test_parse_term()
1490
term = LP._parse_term(state, cache, -1.0)
1491
@test term == MOI.ScalarAffineTerm(-coef, x)
1492
end
1493
- for (input, reason) in [
1494
- ">= 1" => "Got the symbol `>=`.",
1495
- ]
+ for (input, reason) in [">= 1" => "Got the symbol `>=`."]
1496
io = IOBuffer(input)
1497
state = LP._LexerState(io)
1498
@test_parse_error(
0 commit comments