@@ -57,7 +57,6 @@ def docc_test_suite(name):
5757 "$BUNDLE_ROOT/index.html" ,
5858 "$BUNDLE_ROOT/documentation/basicframework/readme/index.html" ,
5959 ],
60- text_file_not_contains = [],
6160 text_test_file = "$BUNDLE_ROOT/metadata.json" ,
6261 text_test_values = [
6362 "\" bundleDisplayName\" :\" BasicFramework\" " ,
@@ -78,7 +77,6 @@ def docc_test_suite(name):
7877 "$BUNDLE_ROOT/index.html" ,
7978 "$BUNDLE_ROOT/documentation/basiclib/readme/index.html" ,
8079 ],
81- text_file_not_contains = [],
8280 text_test_file = "$BUNDLE_ROOT/metadata.json" ,
8381 text_test_values = [
8482 "\" bundleDisplayName\" :\" BasicLib\" " ,
@@ -99,7 +97,6 @@ def docc_test_suite(name):
9997 "$BUNDLE_ROOT/index.html" ,
10098 "$BUNDLE_ROOT/documentation/basicframework/readme/index.html" ,
10199 ],
102- text_file_not_contains = [],
103100 text_test_file = "$BUNDLE_ROOT/index.html" ,
104101 text_test_values = [
105102 "<script defer=\" defer\" src=\" /custom/base/path/js/" ,
@@ -108,6 +105,18 @@ def docc_test_suite(name):
108105 tags = [name ],
109106 )
110107
108+ # Verifying multiple symbol graph conversion via transitive dependencies.
109+ archive_contents_test (
110+ name = "{}_contains_doccarchive_with_transitive_dependencies" .format (name ),
111+ build_type = "simulator" ,
112+ target_under_test = "//test/starlark_tests/targets_under_test/ios:basic_framework_with_transitive_dependency.doccarchive" ,
113+ contains = [
114+ "$BUNDLE_ROOT/index.html" ,
115+ "$BUNDLE_ROOT/documentation/transitivedependencytest/index.html" ,
116+ ],
117+ tags = [name ],
118+ )
119+
111120 native .test_suite (
112121 name = name ,
113122 tags = [name ],
0 commit comments