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

Unified Diff: tests/json/json_test.dart

Issue 14258009: svg and json tests: fixing nested test calls (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: similiar bug in json_test Created 7 years, 8 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 | « tests/html/svgelement_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/json/json_test.dart
diff --git a/tests/json/json_test.dart b/tests/json/json_test.dart
index af68004b36f42698dc8a4261199ff05e5f401e1f..ca214515907ca81ae7ce842e53a0421ce08f1011 100644
--- a/tests/json/json_test.dart
+++ b/tests/json/json_test.dart
@@ -71,6 +71,7 @@ main() {
'"z":"hi","w":{"c":null,"d":true}, "v":null}'),
equals({"x": {"a":3, "b": -4.5}, "y":[{}],
"z":"hi","w":{"c":null,"d":true}, "v":null}));
+ });
test('stringify', () {
// Scalars.
@@ -134,7 +135,6 @@ main() {
* we try to stringify something that cannot be converted to json.
*/
expect(() => json.stringify(new TestClass()), throws);
- });
});
}
« no previous file with comments | « tests/html/svgelement_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698