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

Unified Diff: tests/corelib_strong/regexp/UC16_test.dart

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « tests/corelib_strong/list_test.dart ('k') | tests/corelib_strong/regexp/invalid-range-in-class_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib_strong/regexp/UC16_test.dart
diff --git a/tests/corelib_strong/regexp/UC16_test.dart b/tests/corelib_strong/regexp/UC16_test.dart
index 41e5dc8b9fd2d8a924cb8698b4c5152aaa1d9f39..c89464fe5dd44b75991f1e5927423fec57756750 100644
--- a/tests/corelib_strong/regexp/UC16_test.dart
+++ b/tests/corelib_strong/regexp/UC16_test.dart
@@ -32,7 +32,8 @@ import 'package:expect/expect.dart';
void main() {
// UC16
// Characters used:
- // "\u03a3\u03c2\u03c3\u039b\u03bb" - Sigma, final sigma, sigma, Lambda, lamda
+ // "\u03a3\u03c2\u03c3\u039b\u03bb" - Sigma, final sigma, sigma, Lambda,
+ // lambda
shouldBe(
new RegExp(r"x(.)\1x", caseSensitive: false).firstMatch("x\u03a3\u03c3x"),
["x\u03a3\u03c3x", "\u03a3"],
« no previous file with comments | « tests/corelib_strong/list_test.dart ('k') | tests/corelib_strong/regexp/invalid-range-in-class_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698