@@ -361,10 +361,10 @@ extension type One(int it) {
361
361
htmlLines,
362
362
containsAllInOrder ([
363
363
matches (
364
- '<a href="../ lib/One-extension-type.html#instance-methods">'
364
+ '<a href="lib/One-extension-type.html#instance-methods">'
365
365
'Methods</a>' ,
366
366
),
367
- matches ('<a href="../ lib/One/m1.html">m1</a>' ),
367
+ matches ('<a href="lib/One/m1.html">m1</a>' ),
368
368
]),
369
369
);
370
370
}
@@ -381,8 +381,8 @@ extension type One(int it) {
381
381
htmlLines,
382
382
containsAllInOrder ([
383
383
matches (
384
- '<a href="../ lib/One-extension-type.html#operators">Operators</a>' ),
385
- matches ('<a href="../ lib/One/operator_greater.html">operator ></a>' ),
384
+ '<a href="lib/One-extension-type.html#operators">Operators</a>' ),
385
+ matches ('<a href="lib/One/operator_greater.html">operator ></a>' ),
386
386
]),
387
387
);
388
388
}
@@ -402,10 +402,10 @@ extension type One(int it) {
402
402
expect (
403
403
htmlLines,
404
404
containsAllInOrder ([
405
- matches ('<a href="../ lib/One-extension-type.html#static-properties">'
405
+ matches ('<a href="lib/One-extension-type.html#static-properties">'
406
406
'Static properties</a>' ),
407
- matches ('<a href="../ lib/One/gs1.html">gs1</a>' ),
408
- matches ('<a href="../ lib/One/sf1.html">sf1</a>' ),
407
+ matches ('<a href="lib/One/gs1.html">gs1</a>' ),
408
+ matches ('<a href="lib/One/sf1.html">sf1</a>' ),
409
409
]),
410
410
);
411
411
}
@@ -421,9 +421,9 @@ extension type One(int it) {
421
421
expect (
422
422
htmlLines,
423
423
containsAllInOrder ([
424
- matches ('<a href="../ lib/One-extension-type.html#static-methods">'
424
+ matches ('<a href="lib/One-extension-type.html#static-methods">'
425
425
'Static methods</a>' ),
426
- matches ('<a href="../ lib/One/s1.html">s1</a>' ),
426
+ matches ('<a href="lib/One/s1.html">s1</a>' ),
427
427
]),
428
428
);
429
429
}
0 commit comments