[2.0.0-SNAPSHOT] Issues with doIfEqualsOrElse

Hi there,

It seems like there is an issue in master (this worked in M3a):

.foreach(list, “element”, “counter”) {
doIfEqualsOrElse(0, “${counter}”) {
// never reached
}
{
// all iterations go here
}

Cheers

Stefan

That was indeed a regression.
Fixed: https://github.com/excilys/gatling/commit/fbe61ca79694db07fcf8af4a2a22b33cf442dba0

Thanks for reporting, Stefan!