Test 分列: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
No edit summary
 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
<graphviz>
<graphviz>
digraph structs {
graph 读懂diff {
    node [shape=record];
splines=false;
    struct1 [label="<f0> left|<f1> mid\ dle|<f2> right"];
 
    struct2 [label="<f0> one|<f1> two"];
result1 [shape=record; label="<one> 5 | <two> c | <three> 7"]
    struct3 [label="hello\nworld |{ b |{c|<here> d|e}| f}| g | h"];
 
    struct1:f1 -> struct2:f0;
subgraph 解释1{
    struct1:f2 -> struct3:here;
node [shape=plain]
改前行号
改动详情 [label="change\n addition\n deletion"]
改后行号
}
 
result1:one -- 改前行号
result1:two -- 改动详情
result1:three -- 改后行号
 
result2 [shape=record; label="<one> \>\ \< | <two> sth"]
 
subgraph 解释2{
node [shape=plain]
大小于号 [label="\< 从旧的中删除 \n \> 在新的中增加"]
具体内容
}
 
result2:one -- 大小于号
result2:two -- 具体内容
}
}
</graphviz>
</graphviz>
[[Category: Test]]

Latest revision as of 10:10, 14 January 2025