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

Unified Diff: tests/corelib/regexp/early-acid3-86_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/regexp/early-acid3-86_test.dart
diff --git a/tests/corelib/regexp/early-acid3-86_test.dart b/tests/corelib/regexp/early-acid3-86_test.dart
index 11b3b3c9b45fbe0e11430bfef8341b17f3f97619..5b81f060af30070cc7a949b4163813ab30407c93 100644
--- a/tests/corelib/regexp/early-acid3-86_test.dart
+++ b/tests/corelib/regexp/early-acid3-86_test.dart
@@ -27,8 +27,7 @@ import 'package:expect/expect.dart';
void main() {
description(
- 'Test that covers capturing brackets, and was adapted from a part of an early version of Acid3.'
- );
+ 'Test that covers capturing brackets, and was adapted from a part of an early version of Acid3.');
// JS regexps aren't like Perl regexps, if their character
// classes start with a ] that means they're empty. So this

Powered by Google App Engine
This is Rietveld 408576698