Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
parse_query
function in common/tools.py
Fixed a bug in the `parse_query` function in common/tools.py where it parsed characters after a terminating delimiter seperately from the previous token without requiring a whitespace in between them as a separator. Also adjusted the comments in correspondance with the changes made in the algorithm.
- Loading branch information