Test 分列: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(30 intermediate revisions by the same user not shown)
Line 1: Line 1:
<graphviz>
<graphviz>
graph 读懂diff {
graph 读懂diff {
node [shape=record;]
splines=false;


result [label="<l> 5 | <m> c | <r> 7"]
result1 [shape=record; label="<one> 5 | <two> c | <three> 7"]
result:l -- 改前行号
 
result:m -- 改动详情
subgraph 解释1{
result:r -- 改后行号
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