Index: tests/corelib_strong/regexp/non-capturing-backtracking_test.dart |
diff --git a/tests/corelib_strong/regexp/non-capturing-backtracking_test.dart b/tests/corelib_strong/regexp/non-capturing-backtracking_test.dart |
index f7796de9e35ee3106102c99ab5a588d85c2519d2..68c2dc238840aeca80bd09cfc03d8f0768eeefdf 100644 |
--- a/tests/corelib_strong/regexp/non-capturing-backtracking_test.dart |
+++ b/tests/corelib_strong/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']); |