-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
This is a bit of a weird one, because it's fundamentally invalid and I'm not sure how you would handle that in the YAML -- empty verb key perhaps, and let it fail somewhere else in the stack?
Example (broken) input: :foo.
This raises a (cryptic) exception in goshuirc 0.4.0's RFC1459Message, so I think it may be important to test for:
goshuirc-irc/girc/ircreactor/envelope.py in from_message(cls, message)
104 s = s[1:]
105
--> 106 verb = s[0].upper()
107 original_params = s[1:]
108 params = []
IndexError: list index out of range
Similar in nature to #12, which is for blank tag/source.
Metadata
Metadata
Assignees
Labels
No labels