Merge "Fix typo in doc: code segment for container dot"
This commit is contained in:
commit
710813e871
1 changed files with 2 additions and 0 deletions
2
tools/compliance/cmd/testdata/README.md
vendored
2
tools/compliance/cmd/testdata/README.md
vendored
|
@ -70,6 +70,7 @@ strict digraph {
|
||||||
|
|
||||||
#### a pure aggregation `container.zip` that merely bundles files together
|
#### a pure aggregation `container.zip` that merely bundles files together
|
||||||
|
|
||||||
|
```dot
|
||||||
strict digraph {
|
strict digraph {
|
||||||
rankdir=LR;
|
rankdir=LR;
|
||||||
bin1 [label="bin/bin1.meta_lic"];
|
bin1 [label="bin/bin1.meta_lic"];
|
||||||
|
@ -89,6 +90,7 @@ strict digraph {
|
||||||
container -> libb [label="static"];
|
container -> libb [label="static"];
|
||||||
{rank=same; container}
|
{rank=same; container}
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
#### an apex file (more like an apk file) with some binaries and libraries
|
#### an apex file (more like an apk file) with some binaries and libraries
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue