-
Notifications
You must be signed in to change notification settings - Fork 19
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
SoftAssertions changes error #107
Comments
When can this be released? or can you suggest a workaround? |
soezen
added a commit
to soezen/assertj-db
that referenced
this issue
Oct 17, 2020
VanRoy
pushed a commit
that referenced
this issue
Oct 17, 2020
@soezen It's release in 2.0.2. Thanks for your help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
results in error
In debug it seems that the error occurs on line 128
of PositionWithChanges, there the class name has a replace
I think the regex should be replaced with
\\$.*\\$.*
or\\$.*
As you can see in the error message the actual class name has text in between which is why the current regex is not working
The text was updated successfully, but these errors were encountered: