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

Unified Diff: src/site/articles/dart-unit-tests/index.markdown

Issue 10788006: new site (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: final patch Created 8 years, 5 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 | « src/site/articles/articles.yaml ('k') | src/site/articles/embedding-in-html/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/articles/dart-unit-tests/index.markdown
diff --git a/src/site/articles/dart-unit-tests/index.markdown b/src/site/articles/dart-unit-tests/index.markdown
index f532ed7cc0413ee37d1c84a359eb57e5efcf2477..dad00f05005678e48ea6395331a99b254b2a4e0c 100644
--- a/src/site/articles/dart-unit-tests/index.markdown
+++ b/src/site/articles/dart-unit-tests/index.markdown
@@ -441,9 +441,12 @@ So for example we can write:
expect(()=> throw new NullPointerException(),
throwsNullPointerException));
-<aside class="note">
-<b>Note:</b> these type matchers (`isInstance` and `throwsA` plus its variants) currently
-work in the Dart VM only; they do not work in Dart compiled to Javascript.
+<aside>
+ <div class="alert alert-info">
+ <strong>Note:</strong>
+ These type matchers (`isInstance` and `throwsA` plus its variants) currently
+ work in the Dart VM only; they do not work in Dart compiled to Javascript.
+ </div>
</aside>
For matching the inner content of compound objects, we have a number of matchers, starting with the ubiquitous `equals()`:
« no previous file with comments | « src/site/articles/articles.yaml ('k') | src/site/articles/embedding-in-html/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698