Parsing full URL without isolating query part
Bad input: `https://example.com/search?tag=a&tag=b#section` pasted as if it were query-only text.
Failure: Path/fragment noise enters parsing assumptions and test conclusions become inconsistent.
Fix: Extract and parse the query component first, or pass URL through URL Parser before query analysis.