Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
python-bleach
strip-spaces.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File strip-spaces.patch of Package python-bleach
Index: bleach-6.0.0/tests/test_parse_shim.py =================================================================== --- bleach-6.0.0.orig/tests/test_parse_shim.py +++ bleach-6.0.0/tests/test_parse_shim.py @@ -48,14 +48,12 @@ class ParseResult: ParseResult(scheme="non-special", netloc=":@test", path="/x"), ), ("http:foo.com", ParseResult(scheme="http", path="foo.com")), - # NOTE(willkg): The wpt tests set the scheme to http becaue that's what + # NOTE(willkg): The wpt tests set the scheme to http because that's what # the base url is. Since our parser is not using a baseurl, it sets the - # scheme to "". Further, our parser includes spaces at the beginning, - # but I don't see that as being problematic. - ("\t :foo.com \n", ParseResult(path=" :foo.com ")), + # scheme to "". # NOTE(willkg): The wpt tests set the path to "/foo/foo.com" because # the base url is at "/foo" - (" foo.com ", ParseResult(path=" foo.com ")), + ("foo.com ", ParseResult(path="foo.com ")), ("a:\t foo.com", ParseResult(scheme="a", path=" foo.com")), ( "http://f:21/ b ? d # e ",
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor