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

Unified Diff: tests/corelib/regexp/non-capturing-backtracking_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-capturing-backtracking_test.dart
diff --git a/tests/corelib/regexp/non-capturing-backtracking_test.dart b/tests/corelib/regexp/non-capturing-backtracking_test.dart
index f7796de9e35ee3106102c99ab5a588d85c2519d2..68c2dc238840aeca80bd09cfc03d8f0768eeefdf 100644
--- a/tests/corelib/regexp/non-capturing-backtracking_test.dart
+++ b/tests/corelib/regexp/non-capturing-backtracking_test.dart
@@ -27,8 +27,7 @@ import 'package:expect/expect.dart';
void main() {
description(
- "This page tests for proper backtracking with greedy quantifiers and non-capturing parentheses."
- );
+ "This page tests for proper backtracking with greedy quantifiers and non-capturing parentheses.");
var re = new RegExp(r"(?:a*)a");
shouldBe(re.firstMatch('a'), ['a']);

Powered by Google App Engine
This is Rietveld 408576698