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

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

Issue 571713002: pkg/docgen: include all package libraries under lib/, except those under lib/src (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 | « pkg/docgen/pubspec.yaml ('k') | pkg/docgen/test/multi_library_code/lib/src/src_lib.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/test/generate_json_test.dart
diff --git a/pkg/docgen/test/generate_json_test.dart b/pkg/docgen/test/generate_json_test.dart
index a6ac53d3ea98479e3939c67a48c1689e81f83065..c22ae13a264de4f420c3f4dd0b4a818ab2a8bf20 100644
--- a/pkg/docgen/test/generate_json_test.dart
+++ b/pkg/docgen/test/generate_json_test.dart
@@ -32,6 +32,9 @@ void main() {
d.matcherFile('library_list.json', isJsonMap),
d.matcherFile('library_list.json',
startsWith(_LIBRARY_LIST_UNINDENT_START)),
+ d.matcherFile('sub_lib.json', isJsonMap),
+ d.matcherFile('sub_lib.SubLibClass.json', isJsonMap),
+ d.matcherFile('sub_lib.SubLibPart.json', isJsonMap),
d.matcherFile('test_lib-bar.C.json', isJsonMap),
d.matcherFile('test_lib-bar.json', isJsonMap),
d.matcherFile('test_lib-foo.B.json', isJsonMap),
« no previous file with comments | « pkg/docgen/pubspec.yaml ('k') | pkg/docgen/test/multi_library_code/lib/src/src_lib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698