Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

email addresses are parsed as contexts #51

Open
ransome1 opened this issue Oct 18, 2023 · 2 comments · May be fixed by #55
Open

email addresses are parsed as contexts #51

ransome1 opened this issue Oct 18, 2023 · 2 comments · May be fixed by #55
Assignees

Comments

@ransome1
Copy link

If next branch is parsing this string Test mail@test.com it will detect test.com as a context.

As a general rule you could include a space before to the @ in the expression pattern in order to avoid this.

@jmhobbs
Copy link
Owner

jmhobbs commented Oct 19, 2023

Oof, good catch, I'll get that fixed up.

@jmhobbs jmhobbs self-assigned this Oct 19, 2023
@ransome1
Copy link
Author

@jmhobbs same goes for projects. This text+notaproject will detect notaproject as a project, which of course should not be the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants