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

Unified Diff: lib/unittest/unittest.dart

Issue 10387201: Add Siggi's comments for unitttest docs (sorry!). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/unittest/unittest.dart
===================================================================
--- lib/unittest/unittest.dart (revision 7779)
+++ lib/unittest/unittest.dart (working copy)
@@ -5,7 +5,8 @@
/**
* A library for writing dart unit tests.
*
- * To import this library, specify the relative path to lib/unittest.dart.
+ * To import this library, specify the relative path to
+ * lib/unittest/unittest.dart.
*
* ##Concepts##
*
@@ -94,7 +95,8 @@
* depending on the number of positional arguments of the callback. In the
* future, we plan to expose a single `expectAsync` function that can be used
* regardless of the number of positional arguments. This requires new langauge
- * features or fixes to the current spec (e.g. see dartbug.com/2706).
+ * features or fixes to the current spec (e.g. see
+ * [Issue 2706](http://dartbug.com/2706)).
*
* Meanwhile, we plan to add this alternative API for callbacks of more than 2
* arguments or that take named parameters. (this is not implemented yet,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698