They are pretty similar but don’t use the same pattern:
the test uses the pattern |\_/
the validator uses the pattern .-*-
Note that the validator’s pattern has 2 identical chars, that might where your code is struggling!
They are pretty similar but don’t use the same pattern:
the test uses the pattern |\_/
the validator uses the pattern .-*-
Note that the validator’s pattern has 2 identical chars, that might where your code is struggling!