Skip to content

add missing tests for Operand::required() and Operand::multiple()

Thomas Flori requested to merge fix-requiredOperands into master

Created by: tflori

The method Operand::multiple() was missing at all. Now both methods work as expected. A second call will not change the flag again.

This will solve #84 (closed)

Merge request reports