OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkJoin
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urlparse.py
150
def
checkJoin
(self, base, relurl, expected):
161
self.
checkJoin
(RFC1808_BASE, 'g:h', 'g:h')
162
self.
checkJoin
(RFC1808_BASE, 'g', 'http://a/b/c/g')
163
self.
checkJoin
(RFC1808_BASE, './g', 'http://a/b/c/g')
164
self.
checkJoin
(RFC1808_BASE, 'g/', 'http://a/b/c/g/')
165
self.
checkJoin
(RFC1808_BASE, '/g', 'http://a/g')
166
self.
checkJoin
(RFC1808_BASE, '//g', 'http://g')
167
self.
checkJoin
(RFC1808_BASE, 'g?y', 'http://a/b/c/g?y')
168
self.
checkJoin
(RFC1808_BASE, 'g?y/./x', 'http://a/b/c/g?y/./x')
169
self.
checkJoin
(RFC1808_BASE, '#s', 'http://a/b/c/d;p?q#s'
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urlparse.py
150
def
checkJoin
(self, base, relurl, expected):
161
self.
checkJoin
(RFC1808_BASE, 'g:h', 'g:h')
162
self.
checkJoin
(RFC1808_BASE, 'g', 'http://a/b/c/g')
163
self.
checkJoin
(RFC1808_BASE, './g', 'http://a/b/c/g')
164
self.
checkJoin
(RFC1808_BASE, 'g/', 'http://a/b/c/g/')
165
self.
checkJoin
(RFC1808_BASE, '/g', 'http://a/g')
166
self.
checkJoin
(RFC1808_BASE, '//g', 'http://g')
167
self.
checkJoin
(RFC1808_BASE, 'g?y', 'http://a/b/c/g?y')
168
self.
checkJoin
(RFC1808_BASE, 'g?y/./x', 'http://a/b/c/g?y/./x')
169
self.
checkJoin
(RFC1808_BASE, '#s', 'http://a/b/c/d;p?q#s'
[
all
...]
Completed in 32 milliseconds