What was fixed?
There was an issue checking for the end of an or validation block and when 2 consecutive or
validation blocks existed, it would not return an error or return an incorrect error.
NOTE: This bug only affected validation with consecutive or
validation blocks eg.
validate:"tag1|tag2=,tag3|tag4"
block1 = tag1|tag2=
block2 = tag3|tag4
Thanks for reporting the issue @skryja, see #329 for more details