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

Unified Diff: pkg/intl/test/message_extraction/part_of_sample_with_messages.dart

Issue 22392004: Improvements to warnings on message extraction. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changes from review Created 7 years, 4 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
Index: pkg/intl/test/message_extraction/part_of_sample_with_messages.dart
diff --git a/pkg/intl/test/message_extraction/part_of_sample_with_messages.dart b/pkg/intl/test/message_extraction/part_of_sample_with_messages.dart
index 2d368628522e0b9f6820d591b99d058acb439f67..085459c28b1be09cb55537830400464edec74b42 100644
--- a/pkg/intl/test/message_extraction/part_of_sample_with_messages.dart
+++ b/pkg/intl/test/message_extraction/part_of_sample_with_messages.dart
@@ -44,7 +44,7 @@ class YouveGotMessages {
female: '$name went to her $place',
other: '$name went to its $place')
}",
- name: "whereTheyWent",
+ name: "whereTheyWentMessage",
args: [name, gender, place],
desc: 'A person went to some place that they own, e.g. their room'
);

Powered by Google App Engine
This is Rietveld 408576698