We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
new URI('/myApp/').segment('test').toString() // "/myApp//test"
I'd like the output to be "/myApp/test" -- is this a bug or is this the intended functionality in this case?
"/myApp/test"
The text was updated successfully, but these errors were encountered:
fixing issue #39 - segment() won't append properly if path ended with…
96d7854
… "/"
This was a bug. It's fixed. Version 1.7.1 is released, containing the fix!
Sorry, something went wrong.
No branches or pull requests
I'd like the output to be
"/myApp/test"
-- is this a bug or is this the intended functionality in this case?The text was updated successfully, but these errors were encountered: