Skip to content

Scenario fails with negative indices in [header->Field][n] (#831)

David Verdin requested to merge github/fork/ikedas/issue-831 into sympa-6.2

Created by: ikedas

This PR may prevent:

  • the error on "Modification of non-creatable array value" by using "[header->Field][-1]" in scenarios.
  • failure of scenario execution without required "message" parameter.

This may fix #831 (closed)

Merge request reports