Chromium Code Reviews| Index: tools/testing/dart/test_suite.dart |
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart |
| index d9cfa71c9d67e050c999eefde83e6f80b9f80397..db369639915af2ec79357677101e06238a48de5c 100644 |
| --- a/tools/testing/dart/test_suite.dart |
| +++ b/tools/testing/dart/test_suite.dart |
| @@ -28,7 +28,7 @@ part "browser_test.dart"; |
| RegExp multiHtmlTestGroupRegExp = new RegExp(r"\s*[^/]\s*group\('[^,']*"); |
| RegExp multiHtmlTestRegExp = new RegExp(r"useHtmlIndividualConfiguration()"); |
| -RegExp multiTestRegExp = new RegExp(r"/// [0-9][0-9]:(.*)"); |
| +RegExp multiTestRegExp = new RegExp(r"/// \w+:(.*)"); |
|
floitsch
2014/02/17 14:23:49
I think this would clash too easily with dartdoc c
sigurdm
2014/02/17 14:30:00
Good point - it is a shame. Two digit identifiers
|
| /** |
| * A simple function that tests [arg] and returns `true` or `false`. |