Tokenizer breaks with argument without seperator or value #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With the current implementation, the Tokenizer accepts this
GET ARG1=VAL1 ARG2as valid.Instead the Tokenizer should raise an exception that
ARG2has no associated seperator.For now, this issue is covered by the ProtocolParser.