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

Fix bug in regex for scientific notation #19

Merged
merged 1 commit into from
Mar 15, 2021
Merged

Conversation

or
Copy link
Contributor

@or or commented Mar 14, 2021

The stray backslash prevented parsing of path strings that include
values with scientific notation, quietly claiming there was no
intersection.

Closes #18
Closes #17

The stray backslash prevented parsing of path strings that include
values with scientific notation, quietly claiming there was no
intersection.

Closes bpmn-io#18
@CLAassistant
Copy link

CLAassistant commented Mar 14, 2021

CLA assistant check
All committers have signed the CLA.

@nikku
Copy link
Member

nikku commented Mar 15, 2021

By sheer co-incidence this fixes another bug which we were not able to dig into until now: #17 🎉.

Thanks for so much for your PR 👏.

@nikku nikku merged commit 2a5d6e9 into bpmn-io:master Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Values with scientific notation are not parsed correctly Two ellipses (circles) intersection
3 participants