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 9731cd6 commit 63cd678Copy full SHA for 63cd678
script/tool/lib/src/version_check_command.dart
@@ -131,7 +131,7 @@ class VersionCheckCommand extends PackageLoopingCommand {
131
}
132
133
static final RegExp _blankLineInListRegex = RegExp(
134
- r'(^[ \t]*[*+-].*$\n)((^[ \t]*$\n)+)(^[ \t]*[*+-].*$)',
+ r'(^[ \t]*[*+-]\s.*$\n)((^[ \t]*$\n)+)(^[ \t]*[*+-]\s.*$)',
135
multiLine: true);
136
137
static const String _againstPubFlag = 'against-pub';
0 commit comments