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

Beginning and End of line symbols are not recognized if not first/last #32

Closed
3 tasks done
curious-odd-man opened this issue Apr 27, 2020 · 1 comment · Fixed by #52
Closed
3 tasks done

Beginning and End of line symbols are not recognized if not first/last #32

curious-odd-man opened this issue Apr 27, 2020 · 1 comment · Fixed by #52
Assignees
Labels
bug Something isn't working

Comments

@curious-odd-man
Copy link
Owner

curious-odd-man commented Apr 27, 2020

Describe the bug
(^x|y$)

To Reproduce
Steps to reproduce the behavior:

  1. With regex pattern (^x|y$)

image

  • Unit tests
  • Implementation
  • Documentation

Expected behavior

image

Environment (please complete the following information):

  • RgxGen Version 1.1
@curious-odd-man curious-odd-man added the bug Something isn't working label Apr 27, 2020
@curious-odd-man curious-odd-man added this to the Version 1.2 milestone Apr 27, 2020
@curious-odd-man curious-odd-man self-assigned this Apr 27, 2020
@curious-odd-man
Copy link
Owner Author

Interesting:
image

curious-odd-man added a commit that referenced this issue Apr 27, 2020
Regression tests added.
curious-odd-man added a commit that referenced this issue Apr 27, 2020
curious-odd-man added a commit that referenced this issue Apr 27, 2020
curious-odd-man added a commit that referenced this issue Apr 29, 2020
Optimizer, Nodes and tests
curious-odd-man added a commit that referenced this issue Apr 29, 2020
curious-odd-man added a commit that referenced this issue Apr 29, 2020
Tests improvement.
curious-odd-man added a commit that referenced this issue Apr 29, 2020
Tests specifically for the Simplifier
curious-odd-man added a commit that referenced this issue Apr 29, 2020
Tests specifically for the Simplifier
curious-odd-man added a commit that referenced this issue Apr 29, 2020
Visitor for simplification.
curious-odd-man added a commit that referenced this issue Apr 30, 2020
@curious-odd-man curious-odd-man removed this from the Version 1.2 milestone Aug 29, 2020
@curious-odd-man curious-odd-man linked a pull request Dec 3, 2020 that will close this issue
curious-odd-man added a commit that referenced this issue Dec 3, 2020
# Conflicts:
#	performance.txt
#	src/main/java/com/github/curiousoddman/rgxgen/generator/visitors/UniqueValuesCountingVisitor.java
#	src/main/java/com/github/curiousoddman/rgxgen/parsing/dflt/DefaultTreeBuilder.java
#	src/main/java/com/github/curiousoddman/rgxgen/visitors/NodeVisitor.java
#	src/test/java/com/github/curiousoddman/rgxgen/CombinedTests.java
#	src/test/java/com/github/curiousoddman/rgxgen/TestPattern.java
curious-odd-man added a commit that referenced this issue Dec 3, 2020
Updated from dev.
Added unit tests.
curious-odd-man added a commit that referenced this issue Dec 3, 2020
curious-odd-man added a commit that referenced this issue Dec 4, 2020
curious-odd-man added a commit that referenced this issue Dec 4, 2020
curious-odd-man added a commit that referenced this issue Dec 4, 2020
curious-odd-man added a commit that referenced this issue Dec 4, 2020
curious-odd-man added a commit that referenced this issue Dec 4, 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.

1 participant