| 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),
|
|
|