Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly parse labels with '#' (#5729)
# Objective - Fixes #5707 ## Solution - Used `splitn` instead of `split` to collect the rest of the string into the label after the first '#'. ---
- Loading branch information