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

Unified Diff: pkg/docgen/test/typedef_test.dart

Issue 712993002: Fix docgen tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 | « pkg/docgen/test/inherited_comments_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/test/typedef_test.dart
diff --git a/pkg/docgen/test/typedef_test.dart b/pkg/docgen/test/typedef_test.dart
index a134d4ca57019ba9fe1965c5c8897588a320c339..6eaa7c25dbbd1e6ca5d46bdb42e5a32070e5c317 100644
--- a/pkg/docgen/test/typedef_test.dart
+++ b/pkg/docgen/test/typedef_test.dart
@@ -74,7 +74,7 @@ const _TEST_METHOD_COMMENT = '<p>Processes an '
'<a>root_lib.testMethod.input</a> of type <a>root_lib.C</a> '
'instance for testing.</p>\n<p>To eliminate import warnings for '
'<a>root_lib.A</a> and to test typedefs.</p>\n<p>It\'s important that the'
- ' <a>dart-core</a>&lt;A> for param <a>root_lib.testMethod.listOfA</a> '
+ ' <a>dart:core</a>&lt;A> for param <a>root_lib.testMethod.listOfA</a> '
'is not empty.</p>';
// TODO: [input] is not turned into a param refenece
@@ -87,6 +87,6 @@ const _TEST_TYPEDEF_PREVIEW = '<p>Processes an input of type '
// TODO(kevmoo): <a>test_lib.C</a> should be <a>root_lib.C</a> - Issues 18352
final _TEST_TYPEDEF_COMMENT = _TEST_TYPEDEF_PREVIEW + '\n<p>To eliminate import'
' warnings for <a>test_lib.A</a> and to test typedefs.</p>\n<p>It\'s '
- 'important that the <a>dart-core</a>&lt;A> for param listOfA is not '
+ 'important that the <a>dart:core</a>&lt;A> for param listOfA is not '
'empty.</p>';
« no previous file with comments | « pkg/docgen/test/inherited_comments_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698