Skip to content

processors not applied in the right order #67

Description

@Tran-Antoine

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions