We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc64f8 commit fb15900Copy full SHA for fb15900
tests/base.py
@@ -156,7 +156,7 @@ def test_handles_port_but_no_colon(self, uri_with_port_but_no_colon):
156
raise AssertionError(
157
"No error thrown from URI with port but no colon"
158
)
159
-
+
160
def test_handles_line_terminators_in_fragment(
161
self, uri_fragment_with_line_terminators
162
):
@@ -165,7 +165,7 @@ def test_handles_line_terminators_in_fragment(
165
uri_fragment_with_line_terminators, "utf-8"
166
167
assert ref.fragment == "%0Afrag%0Ament%0A"
168
169
170
class BaseTestUnsplits:
171
test_class = None
0 commit comments