@@ -351,11 +351,10 @@ enum EnumWithDefaultConstructor {
351
351
expect (
352
352
enumWithDefaultConstructorRightSidebarLines,
353
353
containsAllInOrder ([
354
- matches (
355
- '<a href="../lib/EnumWithDefaultConstructor.html#constructors">'
354
+ matches ('<a href="lib/EnumWithDefaultConstructor.html#constructors">'
356
355
'Constructors</a>' ),
357
356
matches (
358
- '<a href="../ lib/EnumWithDefaultConstructor/EnumWithDefaultConstructor.html">'
357
+ '<a href="lib/EnumWithDefaultConstructor/EnumWithDefaultConstructor.html">'
359
358
'EnumWithDefaultConstructor</a>' ),
360
359
]),
361
360
);
@@ -365,8 +364,8 @@ enum EnumWithDefaultConstructor {
365
364
expect (
366
365
eRightSidebarLines,
367
366
containsAllInOrder ([
368
- matches ('<a href="../ lib/E.html#constructors">Constructors</a>' ),
369
- matches ('<a href="../ lib/E/E.named.html">named</a>' ),
367
+ matches ('<a href="lib/E.html#constructors">Constructors</a>' ),
368
+ matches ('<a href="lib/E/E.named.html">named</a>' ),
370
369
]),
371
370
);
372
371
});
@@ -375,8 +374,8 @@ enum EnumWithDefaultConstructor {
375
374
expect (
376
375
eRightSidebarLines,
377
376
containsAllInOrder ([
378
- matches ('<a href="../ lib/E.html#values">Values</a>' ),
379
- matches ('<li><a href="../ lib/E.html#one">one</a></li>' ),
377
+ matches ('<a href="lib/E.html#values">Values</a>' ),
378
+ matches ('<li><a href="lib/E.html#one">one</a></li>' ),
380
379
]),
381
380
);
382
381
});
@@ -385,9 +384,9 @@ enum EnumWithDefaultConstructor {
385
384
expect (
386
385
eRightSidebarLines,
387
386
containsAllInOrder ([
388
- matches ('<a href="../ lib/E.html#instance-properties">Properties</a>' ),
389
- matches ('<a href="../ lib/E/f1.html">f1</a>' ),
390
- matches ('<a href="../ lib/E/index.html">index</a>' ),
387
+ matches ('<a href="lib/E.html#instance-properties">Properties</a>' ),
388
+ matches ('<a href="lib/E/f1.html">f1</a>' ),
389
+ matches ('<a href="lib/E/index.html">index</a>' ),
391
390
]),
392
391
);
393
392
});
@@ -396,8 +395,8 @@ enum EnumWithDefaultConstructor {
396
395
expect (
397
396
eRightSidebarLines,
398
397
containsAllInOrder ([
399
- matches ('<a href="../ lib/E.html#instance-methods">Methods</a>' ),
400
- matches ('<a href="../ lib/E/m1.html">m1</a>' ),
398
+ matches ('<a href="lib/E.html#instance-methods">Methods</a>' ),
399
+ matches ('<a href="lib/E/m1.html">m1</a>' ),
401
400
]),
402
401
);
403
402
});
@@ -406,8 +405,8 @@ enum EnumWithDefaultConstructor {
406
405
expect (
407
406
eRightSidebarLines,
408
407
containsAllInOrder ([
409
- matches ('<a href="../ lib/E.html#operators">Operators</a>' ),
410
- matches ('<a href="../ lib/E/operator_greater.html">operator ></a>' ),
408
+ matches ('<a href="lib/E.html#operators">Operators</a>' ),
409
+ matches ('<a href="lib/E/operator_greater.html">operator ></a>' ),
411
410
]),
412
411
);
413
412
});
@@ -417,9 +416,9 @@ enum EnumWithDefaultConstructor {
417
416
eRightSidebarLines,
418
417
containsAllInOrder ([
419
418
matches (
420
- '<a href="../ lib/E.html#static-properties">Static properties</a>' ),
421
- matches ('<a href="../ lib/E/gs1.html">gs1</a>' ),
422
- matches ('<a href="../ lib/E/sf1.html">sf1</a>' ),
419
+ '<a href="lib/E.html#static-properties">Static properties</a>' ),
420
+ matches ('<a href="lib/E/gs1.html">gs1</a>' ),
421
+ matches ('<a href="lib/E/sf1.html">sf1</a>' ),
423
422
]),
424
423
);
425
424
});
@@ -428,8 +427,8 @@ enum EnumWithDefaultConstructor {
428
427
expect (
429
428
eRightSidebarLines,
430
429
containsAllInOrder ([
431
- matches ('<a href="../ lib/E.html#static-methods">Static methods</a>' ),
432
- matches ('<a href="../ lib/E/s1.html">s1</a>' ),
430
+ matches ('<a href="lib/E.html#static-methods">Static methods</a>' ),
431
+ matches ('<a href="lib/E/s1.html">s1</a>' ),
433
432
]),
434
433
);
435
434
});
@@ -438,9 +437,9 @@ enum EnumWithDefaultConstructor {
438
437
expect (
439
438
eRightSidebarLines,
440
439
containsAllInOrder ([
441
- matches ('<a href="../ lib/E.html#constants">Constants</a>' ),
442
- matches ('<a href="../ lib/E/c1-constant.html">c1</a>' ),
443
- matches ('<a href="../ lib/E/values-constant.html">values</a>' ),
440
+ matches ('<a href="lib/E.html#constants">Constants</a>' ),
441
+ matches ('<a href="lib/E/c1-constant.html">c1</a>' ),
442
+ matches ('<a href="lib/E/values-constant.html">values</a>' ),
444
443
]),
445
444
);
446
445
});
0 commit comments