File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,6 @@ describe('BaseIRI', () => {
138
138
relativizes ( 'an IRI containing ../ in its fragment' , 'http://example.org/foo/' ,
139
139
'http://example.org/foo/baz#bar/../baz' , 'baz#bar/../baz' ) ;
140
140
141
- // relativizes('an IRI directly relative to the base with two sub paths', 'http://example.org/a/b/c/d/e/f/',
142
- // 'http://example.org/a/b/c/d/h/i/', '../../h/i/');
143
-
144
141
relativizes ( 'an IRI directly relative to the base' , 'http://example.org/foo/' ,
145
142
'http://example.org/foo/baz' , 'baz' ) ;
146
143
@@ -149,9 +146,6 @@ describe('BaseIRI', () => {
149
146
150
147
relativizes ( 'an IRI where it is better to use a / path [/x/y]' , 'http://example.org/x/q/r/n/m/' ,
151
148
'http://example.org/x/y' , '/x/y' ) ;
152
-
153
- // relativizes('an IRI where it is better to use a / path [/x/y/z]', 'http://example.org/x/q/r/n/m/',
154
- // 'http://example.org/x/y/z', '/x/y/z');
155
149
} ) ;
156
150
} ) ;
157
151
You can’t perform that action at this time.
0 commit comments