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

Side by Side Diff: recipes/test/core/core_test.dart

Issue 12335109: Strings recipes for the Dart Cookbook (Closed) Base URL: https://github.com/dart-lang/cookbook.git@master
Patch Set: Made most changes requested my Kathy. Created 7 years, 9 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
« no previous file with comments | « recipes/test/all_tests.dart ('k') | recipes/test/core/strings/calculating_the_length_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 library core_test;
2
3 import "package:unittest/unittest.dart";
4 import "strings/strings_test.dart" as strings_test;
5
6 void main() {
7 strings_test.main();
8 }
OLDNEW
« no previous file with comments | « recipes/test/all_tests.dart ('k') | recipes/test/core/strings/calculating_the_length_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698