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 f5fa122 commit 1f79a48Copy full SHA for 1f79a48
test/pubspec_test.dart
@@ -323,7 +323,7 @@ dependencies:
323
expectPubspecException('version: 2.1', (pubspec) => pubspec.version,
324
expectedContains:
325
'"version" field must have three numeric components: major, minor, '
326
- 'and patch. Instead of "2.1", consider "2.1.0"');
+ 'and patch. Instead of "2.1", consider "2.1.0"',);
327
});
328
329
test('throws if version is malformed (looking like an int)', () {
0 commit comments