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

Unified Diff: tests/corelib/regexp/non-character_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/non-character_test.dart
diff --git a/tests/corelib/regexp/non-character_test.dart b/tests/corelib/regexp/non-character_test.dart
index bc4a2062053c319ae28c05c314d210825bc85037..5afcd94a02042a2f63b1fa114dedaf31428045cb 100644
--- a/tests/corelib/regexp/non-character_test.dart
+++ b/tests/corelib/regexp/non-character_test.dart
@@ -27,8 +27,7 @@ import 'package:expect/expect.dart';
void main() {
description(
- 'Test for regular expressions with non-character values in them, specifically in character classes.'
- );
+ 'Test for regular expressions with non-character values in them, specifically in character classes.');
shouldBeNull(firstMatch("F", new RegExp(r"[\uD7FF]")));
shouldBeNull(firstMatch("0", new RegExp(r"[\uD800]")));

Powered by Google App Engine
This is Rietveld 408576698