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

Side by Side Diff: packages/intl/test/message_extraction/debug.sh

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 #!/bin/sh
2 # The message_extraction_test.dart test uses a temporary directory and spawns
3 # separate processes for each step. This can make it very painful to debug the
4 # steps.
5 # This script runs the steps individually, putting the files in the current
6 # directory. You can run the script to run the test locally, or use this to
7 # run individual steps or create them as launches in the editor.
8 dart ../../bin/extract_to_arb.dart sample_with_messages.dart \
9 part_of_sample_with_messages.dart
10 dart make_hardcoded_translation.dart intl_messages.arb
11 dart ../../bin/generate_from_arb.dart --generated-file-prefix=foo_ \
12 sample_with_messages.dart part_of_sample_with_messages.dart \
13 translation_fr.arb translation_de_DE.arb
OLDNEW
« no previous file with comments | « packages/intl/test/intl_test.dart ('k') | packages/intl/test/message_extraction/embedded_plural_text_after.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698