blob: 1fbf57d37a5fd6ea14787ab3da06416f6c5cf712 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001URL: http://a/b/c/d;p?q
2spec: ../../../g
3expected: http://a/../g
4
5URL: http://a/b/c/d;p?q
6spec: ../../../../g
7expected: http://a/../../g
8
9URL: http://a/b/c/d;p?q
10spec: /./g
11expected: http://a/./g
12
13URL: http://a/b/c/d;p?q
14spec: /../g
15expected: http://a/../g
16
17URL: http://a/b/c/d;p?q
18spec: .g
19expected: http://a/b/c/.g
20
21URL: http://a/b/c/d;p?q
22spec: g.
23expected: http://a/b/c/g.
24
25URL: http://a/b/c/d;p?q
26spec: ./../g
27expected: http://a/b/g
28
29URL: http://a/b/c/d;p?q
30spec: ./g/.
31expected: http://a/b/c/g/
32
33URL: http://a/b/c/d;p?q
34spec: g/./h
35expected: http://a/b/c/g/h
36
37URL: http://a/b/c/d;p?q
38spec: g;x=1/./y
39expected: http://a/b/c/g;x=1/y
40
41URL: http://a/b/c/d;p?q
42spec: g;x=1/../y
43expected: http://a/b/c/y