Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1418)

Unified Diff: test/args_test.dart

Issue 925003002: pkg/args: Fixed missing comma in text and updated README syntax (Closed) Base URL: https://github.com/dart-lang/args.git@master
Patch Set: version bump Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/args_test.dart
diff --git a/test/args_test.dart b/test/args_test.dart
index dd1634d189580e5b4a1d930b98b8d0d176ed4eb9..4c23ba5338455139dbd18a1c25492f448d41d0c4 100644
--- a/test/args_test.dart
+++ b/test/args_test.dart
@@ -302,8 +302,8 @@ const _INVALID_OPTIONS = const [
];
const _VALID_OPTIONS = const [
- 'a' // One character.
- 'contains-dash',
+ 'a', // One character.
+ 'contains-dash',
'contains_underscore',
'ends-with-dash-',
'contains--doubledash--',
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698