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

\Q..\E is not supported #43

Closed
eprst opened this issue Oct 17, 2020 · 1 comment · Fixed by #44
Closed

\Q..\E is not supported #43

eprst opened this issue Oct 17, 2020 · 1 comment · Fixed by #44
Assignees
Labels
bug Something isn't working
Milestone

Comments

@eprst
Copy link

eprst commented Oct 17, 2020

new RgxGen("\\Q.\\E").generate() should build ".", not something like "QmE".

Version 1.2

@eprst eprst added the bug Something isn't working label Oct 17, 2020
@curious-odd-man
Copy link
Owner

curious-odd-man commented Oct 17, 2020

image
image

NOTE:

  1. Use \Q without \E is absolutely OK.
  2. Use \E without \Q does not have any effect - \E can be just ignored.

@curious-odd-man curious-odd-man added this to the Version 1.3 milestone Oct 17, 2020
curious-odd-man added a commit that referenced this issue Oct 17, 2020
Refactoring pom.xml
curious-odd-man added a commit that referenced this issue Oct 17, 2020
Implemented unit tests.
curious-odd-man added a commit that referenced this issue Oct 17, 2020
Implemented unit tests.
@curious-odd-man curious-odd-man linked a pull request Oct 17, 2020 that will close this issue
curious-odd-man added a commit that referenced this issue Oct 28, 2020
WIP: Fixing unit tests..
curious-odd-man added a commit that referenced this issue Oct 29, 2020
Implementation done.
curious-odd-man added a commit that referenced this issue Oct 29, 2020
Added run all tests configuration
curious-odd-man added a commit that referenced this issue Oct 29, 2020
Fixed a bug. Quoted sequence is just a text sequence.
If after quoted sequence there is repetition - it only applies to last character!
curious-odd-man added a commit that referenced this issue Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants