mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +00:00
LibWeb/URL: Add strip_trailing_spaces_from_an_opaque_path()
Also remove 2 FIXMEs by including this function.
This commit is contained in:
parent
ce549eb92a
commit
824c54acaf
4 changed files with 58 additions and 2 deletions
|
@ -0,0 +1,4 @@
|
|||
pathname => 'foobar '
|
||||
pathname => 'foobar'
|
||||
pathname => 'baz '
|
||||
pathname => 'baz'
|
Loading…
Add table
Add a link
Reference in a new issue