mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Add XXX comment about a test that doesn't seem right -- no time to
explore this now.
This commit is contained in:
parent
0b56a3e9a7
commit
c08cc50e00
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ test_input = """
|
||||||
http:g = <URL:http://a/b/c/g>
|
http:g = <URL:http://a/b/c/g>
|
||||||
http: = <URL:http://a/b/c/d>
|
http: = <URL:http://a/b/c/d>
|
||||||
"""
|
"""
|
||||||
|
# XXX The result for //g is actually http://g/; is this a problem?
|
||||||
|
|
||||||
def test():
|
def test():
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue