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

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

Issue 771253002: Add a flag to prohibit plurals/genders that don't take up the whole string. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review fixes Created 6 years 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/test/message_extraction/failed_extraction_test.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/message_extraction/message_extraction_test.dart
diff --git a/pkg/intl/test/message_extraction/message_extraction_test.dart b/pkg/intl/test/message_extraction/message_extraction_test.dart
index 03f5499ea77b6d41ec287a154d66794f4f31fcc8..2428b5835ba26ff3e2f506914603a394131631c7 100644
--- a/pkg/intl/test/message_extraction/message_extraction_test.dart
+++ b/pkg/intl/test/message_extraction/message_extraction_test.dart
@@ -85,6 +85,8 @@ void copyFilesToTempDirectory() {
asTestDirPath('part_of_sample_with_messages.dart'),
asTestDirPath('verify_messages.dart'),
asTestDirPath('run_and_verify.dart'),
+ asTestDirPath('embedded_plural_text_before.dart'),
+ asTestDirPath('embedded_plural_text_after.dart'),
asTestDirPath('print_to_list.dart')];
for (var filename in files) {
var file = new File(filename);
@@ -150,7 +152,7 @@ Future<ProcessResult> generateTranslationFiles(ProcessResult previousResult) =>
Future<ProcessResult> generateCodeFromTranslation(ProcessResult previousResult)
=> run(previousResult, [asTestDirPath('../../bin/generate_from_arb.dart'),
- deferredLoadArg, '--generated-file-prefix=foo_',
+ deferredLoadArg, '--generated-file-prefix=foo_',
'sample_with_messages.dart', 'part_of_sample_with_messages.dart',
'translation_fr.arb', 'translation_de_DE.arb']);
« no previous file with comments | « pkg/intl/test/message_extraction/failed_extraction_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698