This work adds the capability to use MOVE and MOVEL when the result is an indicator.
It is assumed that for blank or decimal value as Factor 2, the final value considered will be 0.
There are these atomic tests: MU101016, MU101017, MU101018 and MU101019.
Other additional test are provided.
Related to #LS24003505
Checklist:
[x] There are tests regarding this feature
[x] The code follows the Kotlin conventions (run ./gradlew ktlintCheck)
[x] The code passes all tests (run ./gradlew check)
[ ] There is a specific documentation in the docs directory
Description
This work adds the capability to use
MOVE
andMOVEL
when the result is an indicator. It is assumed that for blank or decimal value as Factor 2, the final value considered will be0
. There are these atomic tests:MU101016
,MU101017
,MU101018
andMU101019
. Other additional test are provided.Related to #LS24003505
Checklist:
./gradlew ktlintCheck
)./gradlew check
)docs
directory