File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -394,4 +394,4 @@ packages:
394
394
source: hosted
395
395
version: "2.1.13"
396
396
sdks:
397
- dart: "2.0.0-dev.59.0"
397
+ dart: ">= 2.0.0-dev.59.0 <=2.0.0-dev.60 .0"
Original file line number Diff line number Diff line change @@ -576,8 +576,8 @@ void main() {
576
576
isTrue);
577
577
});
578
578
test ("Doesn't place animations in one line doc" , () {
579
- expect (withAnimationInline .oneLineDoc, isNot (contains ('<video' )));
580
- expect (withAnimationInline .documentation, contains ('<video' ));
579
+ expect (withAnimationInOneLineDoc .oneLineDoc, isNot (contains ('<video' )));
580
+ expect (withAnimationInOneLineDoc .documentation, contains ('<video' ));
581
581
});
582
582
test ("Handles animations inline properly" , () {
583
583
expect (withAnimationInline.documentation, isNot (contains (' works' )));
You can’t perform that action at this time.
0 commit comments