Let's take a submission example:
true
Assume two processors, clean-string followed by true-false. Currently, it seems as though they are used in the wrong order (if processors A and B, the raw input will be first processed with B then with A which isn't normal). The result of that issue is:
- The true-false processor can't find a matching equivalent because of the extra spaces
- The clean-string removes the spaces, final input =
true
But the expected value is True so the user gets 0
Let's take a submission example:
trueAssume two processors,
clean-stringfollowed bytrue-false. Currently, it seems as though they are used in the wrong order (if processors A and B, the raw input will be first processed with B then with A which isn't normal). The result of that issue is:trueBut the expected value is
Trueso the user gets 0