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(943): if last character of suffix same as first letter inputted d… #1039

Merged

Conversation

CharlieGreenman
Copy link
Contributor

@CharlieGreenman CharlieGreenman commented Sep 17, 2022

…o not remove

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

If a suffix such as .sh is added to the mask, and the first character a user inputs(e.g. h) is the last letter of the mask(e.g. .sh) it will not allow the character(h) to be inputted.

Issue Number: 943

What is the new behavior?

If it is the first character inputted, the assumption is always that it should be added to side step includes logic. All existing unit tests currently pass.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Fixes the issue here: #943

@CharlieGreenman
Copy link
Contributor Author

anyone that has time to take a look at this pull request?

@NepipenkoIgor
Copy link
Collaborator

@CharlieGreenman Thank you. Will look today.

@CharlieGreenman
Copy link
Contributor Author

@CharlieGreenman Thank you. Will look today.

thank you

@NepipenkoIgor NepipenkoIgor merged commit 8f10fc7 into JsDaddy:develop Oct 27, 2022
@CharlieGreenman CharlieGreenman deleted the issue-943-suffix-last-char branch October 27, 2022 12:57
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