-
Notifications
You must be signed in to change notification settings - Fork 22
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
Ignore spaces at the ends of lines in the MetaTest StringReplacementEvaluator, fixes #156 #233
Ignore spaces at the ends of lines in the MetaTest StringReplacementEvaluator, fixes #156 #233
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the MR! @martinmladenov the approval is yours!
Question: do we need to update the README too?
...l/tudelft/cse1110/andy/execution/metatest/library/evaluators/StringReplacementEvaluator.java
Outdated
Show resolved
Hide resolved
Just rebased and put the tests to run! @martinmladenov this one is for you to merge once you feel it's ready! |
Oh, tests are breaking? |
a266efb
to
418cdfd
Compare
Hey, @Una865, it seems like the tests are breaking. I just re-ran the pipeline with the most recent version of the code. Would you mind taking a look? |
Using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you trust this regex, I trust on it too, @martinmladenov !
I trust our tests and according to them, this regex works! 😆 |
That's the answer I was looking for 😆 |
Added regex expression for capturing spaces on the end of the line.
Fixes #156