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

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

Issue 247903003: pkg/docgen: update test for broken doc comment lookup under typedef (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « no previous file | pkg/pkg.status » ('j') | 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 ca1dc6a8bc0b343a762189ff28b4d7cef7131e69..a134d4ca57019ba9fe1965c5c8897588a320c339 100644
--- a/pkg/docgen/test/typedef_test.dart
+++ b/pkg/docgen/test/typedef_test.dart
@@ -78,13 +78,15 @@ const _TEST_METHOD_COMMENT = '<p>Processes an '
'is not empty.</p>';
// TODO: [input] is not turned into a param refenece
+// TODO(kevmoo): <a>test_lib.C</a> should be <a>root_lib.C</a> - Issues 18352
const _TEST_TYPEDEF_PREVIEW = '<p>Processes an input of type '
- '<a>root_lib.C</a> instance for testing.</p>';
+ '<a>test_lib.C</a> instance for testing.</p>';
// TOOD: [List<A>] is not formatted correctly - issue 16771
// TODO: [listOfA] is not turned into a param reference
+// 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>root_lib.A</a> and to test typedefs.</p>\n<p>It\'s '
+ ' 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 '
'empty.</p>';
« no previous file with comments | « no previous file | pkg/pkg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698