-
Notifications
You must be signed in to change notification settings - Fork 114
Fix version validation rule to use full-matching #6
Conversation
why not using |
So |
I think that @stof is right. Because you always will have one line in input for version number. |
but here, we are not in a multiline regex (we don't have the |
OK. I fixed it for consistency. |
Just for your information.
They are not equivalent.
Of course nobody types the version number like that. |
@kenjis a human won't type the version as |
@stof A regex has already been fixed. Anything else? |
@javiereguiluz Thank you for your comment. I think |
Thanks for fixing this bug @fivestar. |
Currently:
After fixed: