| Index: tests/corelib_strong/regexp/alternative-length-miscalculation_test.dart
|
| diff --git a/tests/corelib_strong/regexp/alternative-length-miscalculation_test.dart b/tests/corelib_strong/regexp/alternative-length-miscalculation_test.dart
|
| index 33ec7b29bdcf797976fb017f48343416fa41ee3e..a4461aced24cef540a70b38e51c5ad644eef6831 100644
|
| --- a/tests/corelib_strong/regexp/alternative-length-miscalculation_test.dart
|
| +++ b/tests/corelib_strong/regexp/alternative-length-miscalculation_test.dart
|
| @@ -27,8 +27,7 @@ import 'package:expect/expect.dart';
|
|
|
| void main() {
|
| description(
|
| - "This page tests for length miscalculations in regular expression processing."
|
| - );
|
| + "This page tests for length miscalculations in regular expression processing.");
|
|
|
| var re = new RegExp(r"b|[^b]");
|
| assertEquals('a'.indexOf(re, 1), -1);
|
|
|