We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7b69e commit 38a0533Copy full SHA for 38a0533
pubspec.lock
@@ -394,4 +394,4 @@ packages:
394
source: hosted
395
version: "2.1.13"
396
sdks:
397
- dart: "2.0.0-dev.59.0"
+ dart: ">=2.0.0-dev.59.0 <=2.0.0-dev.60.0"
test/model_test.dart
@@ -576,8 +576,8 @@ void main() {
576
isTrue);
577
});
578
test("Doesn't place animations in one line doc", () {
579
- expect(withAnimationInline.oneLineDoc, isNot(contains('<video')));
580
- expect(withAnimationInline.documentation, contains('<video'));
+ expect(withAnimationInOneLineDoc.oneLineDoc, isNot(contains('<video')));
+ expect(withAnimationInOneLineDoc.documentation, contains('<video'));
581
582
test("Handles animations inline properly", () {
583
expect(withAnimationInline.documentation, isNot(contains(' works')));
0 commit comments