You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .\- part in above regex means, a dot and hyphen are valid.
This regex could probably be accounting for names with hyphens in them. and hence the discrepancy.
The empty string issue could be, since the last character that got upvoted or downvoted is being cached.
# check whether a name was specified. use MRU if not
unless name? && name != ''
[name, lastReason] = scoreKeeper.last(room)
reason = lastReason if !reason? && lastReason?
regex for thing being upvoted/downvoted is broken.
--
works for special chars & empty strings as well.Running ver 1.4.0
The text was updated successfully, but these errors were encountered: