File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -461,17 +461,10 @@ void main() {
461
461
462
462
test ('links to a top-level variable with a prefix from an imported lib' ,
463
463
() {
464
- expect (docsAsHtml,
465
- contains ('<a href="">css.theOnlyThingInTheLibrary</a>' ));
466
- },
467
- skip:
468
- 'Wait for https://github.com/dart-lang/dartdoc/issues/767 to be fixed' );
469
-
470
- // remove this test when the above test is fixed. just here to
471
- // track when the behavior changes
472
- test ('codeifies a prefixed top-level variable an imported lib' , () {
473
464
expect (
474
- docsAsHtml, contains ('<code>css.theOnlyThingInTheLibrary</code>' ));
465
+ docsAsHtml,
466
+ contains (
467
+ '<p>Reference to prefixed-name from another lib <code>css.theOnlyThingInTheLibrary</code> xx</p>' ));
475
468
});
476
469
477
470
test ('links to a name with a single underscore' , () {
You can’t perform that action at this time.
0 commit comments