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

Unified Diff: pkg/intl/test/intl_message_basic_example_test.dart

Issue 11086033: Make verifiedLocale work differently depending on what it's verifying for (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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 | « pkg/intl/lib/number_format.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/test/intl_message_basic_example_test.dart
===================================================================
--- pkg/intl/test/intl_message_basic_example_test.dart (revision 13446)
+++ pkg/intl/test/intl_message_basic_example_test.dart (working copy)
@@ -28,5 +28,6 @@
expect(list[0], "Ran at 00:00:00 on Thursday, January 1, 1970");
expect(list[1], "Ausgedruckt am 00:00:00 am Donnerstag, 1. Januar 1970.");
expect(list[2], "วิ่ง 0:00:00 on วันพฤหัสบดี 1 มกราคม 1970.");
+ expect(list[3], "วิ่ง now on today.");
});
}
« no previous file with comments | « pkg/intl/lib/number_format.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698