Closed mtagliab closed 5 years ago
@webimpress I fixed the error with the last commit. I did all the work on a test machine, but couldn't commit from there, and I rewrote the modifications on web. During the process, I somehow forgot to remove the setPort
outside the check, causing the test to fail. Should be correct now
@mtagliab Thanks, I'll have a look on it shortly.
@mtagliab Also, the target branch should be master, not develop. Could you rebase it and change the target, please?
@webimpress I never rebased a repo. What should I do, exactly?
@mtagliab
I never rebased a repo. What should I do, exactly?
git rebase origin/master
and then push force. On github you can edit PR and change the target from develop
to master
. If you have any issues I can do it on merge, not a problem. Thanks.
@webimpress could it be merged now?
@mtagliab I need to review first, will try to do it today
Thanks, @mtagliab!
Based on issue #33
Previous behaviour
Which gives the following result:
New behaviour With this fix, the new result will be:
which matches the result of
parse_url($uri)
.I also added a new test for this case.