metaeducation / rebol-issues

6 stars 1 forks source link

MOLD/FORM on zero percent value produces "000%" instead of just "0%" #2394

Open Oldes opened 4 years ago

Oldes commented 4 years ago

Current state:

>> form 0%
== "000%"
>> mold 0%
== "000%"

Expected result is "0%" in both cases.

This issue was not in the initial release. It is there probably since this commit: https://github.com/rebol/rebol/commit/f4ce48ede6100a8600fc1e51d084326fc2d6eac6