Commit 617679df authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Add a few error test cases

parent 80e858e3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
nicknames must be between 1 and 19 characters inclusive
+2 −0
Original line number Diff line number Diff line
# This nickname is too long; we won't accept it.
Nickname TooManyCharactersInThisNickname
+1 −0
Original line number Diff line number Diff line
must contain only the characters \[a-zA-Z0-9\]
+2 −0
Original line number Diff line number Diff line
# this nickname has spaces in it and won't work.
Nickname has a space
+1 −0
Original line number Diff line number Diff line
ContactInfo config option must be UTF-8
Loading