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

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: Total rewrite of string recipes. 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
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

Powered by Google App Engine
This is Rietveld 408576698