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

Fixed Issue #7 and fixed grammar #8

Merged
merged 6 commits into from
May 15, 2019

Conversation

IQuick143
Copy link
Contributor

I have made a fix for the issue about incorrect output I brought up.

All the unit tests included passed, except one which had a problem with the following change in the output:
~^(?#match nothing) is now placed at the beginning of the regex instead of the end, if this is a problem I can alter the algorithm to take care of this edge case.
I've changed the corresponding unit test to reflect the new behaviour.
See this commit.

I've also fixed a mistake in the grammar regarding childrens because the correct word should be children, if this change seems unnecessary and problematic, tell me.
Change in this commit

@ZhukovAlexander
Copy link
Owner

Hi @IQuick143 , thanks for you contribution! The changes look good. There is one doc test that is failing and if you could fix it as well I'll merge your PR.

@IQuick143
Copy link
Contributor Author

Okay, I've almost got a fix for that one unit test but I'm still testing if it's good, I'll push it tomorrow.

@IQuick143
Copy link
Contributor Author

Fixed the problem, the algorithm was correct but it didn't order the branches of the tree alphabetically like in the unit test. That's fixed now.

@ZhukovAlexander
Copy link
Owner

Great, tests are passing now!

@ZhukovAlexander ZhukovAlexander merged commit 85a2524 into ZhukovAlexander:master May 15, 2019
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 this pull request may close these issues.

2 participants