| Index: pkg/intl/test/find_default_locale_browser_test.dart
|
| ===================================================================
|
| --- pkg/intl/test/find_default_locale_browser_test.dart (revision 12745)
|
| +++ pkg/intl/test/find_default_locale_browser_test.dart (working copy)
|
| @@ -21,7 +21,7 @@
|
|
|
| verifyLocale(_) {
|
| expect(Intl.systemLocale, isNot(equals("xx_YY")));
|
| - var pattern = new RegExp(@"\w\w_[A-Z0-9]+");
|
| + var pattern = new RegExp(r"\w\w_[A-Z0-9]+");
|
| var match = pattern.hasMatch(Intl.systemLocale);
|
| expect(match, isTrue);
|
| }
|
|
|