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

Unified Diff: tests/corelib_strong/regexp/zero-length-alternatives_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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
Index: tests/corelib_strong/regexp/zero-length-alternatives_test.dart
diff --git a/tests/corelib_strong/regexp/zero-length-alternatives_test.dart b/tests/corelib_strong/regexp/zero-length-alternatives_test.dart
index 1c7c949a31da89f08aa880a25d5fcbc3308726bd..108b513af9428721142d998a61f39ac68e491c4a 100644
--- a/tests/corelib_strong/regexp/zero-length-alternatives_test.dart
+++ b/tests/corelib_strong/regexp/zero-length-alternatives_test.dart
@@ -27,8 +27,7 @@ import 'package:expect/expect.dart';
void main() {
description(
- 'Test regular expression processing with alternatives that match consuming no characters'
- );
+ 'Test regular expression processing with alternatives that match consuming no characters');
var emptyStr = "";
var s1 = "xxxx";

Powered by Google App Engine
This is Rietveld 408576698