Tokenizer breaks with argument without seperator or value #5

Open
opened 2026-03-15 15:53:36 +01:00 by lars.winzer · 0 comments
lars.winzer commented 2026-03-15 15:53:36 +01:00 (Migrated from git.scicore.unibas.ch)

With the current implementation, the Tokenizer accepts this GET ARG1=VAL1 ARG2 as valid.

Instead the Tokenizer should raise an exception that ARG2 has no associated seperator.

For now, this issue is covered by the ProtocolParser.

With the current implementation, the Tokenizer accepts this `GET ARG1=VAL1 ARG2` as valid. Instead the Tokenizer should raise an exception that `ARG2` has no associated seperator. For now, this issue is covered by the ProtocolParser.
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: University-of-Basel-Studentprojects/Programmierprojekt#5