Skip to content

Commit e69a12c

Browse files
committed
add tests
1 parent 4ae8460 commit e69a12c

6 files changed

Lines changed: 139 additions & 0 deletions

File tree

dbhum/c_af/cafiju-51-beke224.puml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"sha1": "oo84v08fr0oay12xzk7d8xng3uafnsc",
3+
"humhash": "cafiju-51-beke224",
4+
"insertion": {
5+
"when": "2026-07-15T19:00:44.536Z",
6+
"url": "https://github.com/plantuml/plantuml/issues/863",
7+
"user": "plantuml@gmail.com"
8+
}
9+
}
10+
@startuml
11+
!pragma layout smetana
12+
13+
skinparam state {
14+
BackgroundColor<<Reduced>> #BBD7B7
15+
BorderColor<<Reduced>> Green
16+
BackgroundColor<<Synthetic>> PowderBlue
17+
BorderColor<<Synthetic>> DodgerBlue
18+
BackgroundColor<<ToReduce>> Orange
19+
BorderColor<<ToReduce>> #FF740E
20+
}
21+
skinparam BackgroundColor #2B2B2B
22+
skinparam state {
23+
StartColor #999999
24+
BackgroundColor #D6BF55
25+
BorderColor #F6DF57
26+
}
27+
skinparam sequence {
28+
ArrowColor #999999
29+
ArrowFontColor #AAAAAA
30+
}
31+
state "STATEMENTS : 1" as state_1<<Reduced>>
32+
state_1 : predecessors = [0]
33+
state "RETURN : 6" as state_6<<Reduced>>
34+
state_6 : predecessors = [7]
35+
state "LOOP : 7" as state_7 {
36+
[*] --> state_2
37+
state "CONDITION : 8" as state_8<<Reduced>>
38+
state "STATEMENTS : 3" as state_3<<Reduced>>
39+
state_3 : predecessors = [2]
40+
state "IF : 2" as state_2<<Reduced>>
41+
state "LOOP_START" as start_loop_state_3
42+
state_3 --> start_loop_state_3 : next
43+
state_2 --> state_8 : condition
44+
state "LOOP_END" as end_loop_state_2
45+
state_2 --> end_loop_state_2 : next
46+
state_2 --> state_3 : then
47+
}
48+
state_7 : fromOffset = 7
49+
state_7 : toOffset = 28
50+
state_7 : predecessors = [1]
51+
[*] --> state_1
52+
state_1 --> state_7 : next
53+
state_7 --> state_6 : next
54+
@enduml

dbhum/c_ib/cibeni-93-fepo549.puml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"sha1": "2ppivah50j4u2aqysxop3tkl39e1ayt",
3+
"humhash": "cibeni-93-fepo549",
4+
"insertion": {
5+
"when": "2026-07-15T19:00:44.507Z",
6+
"url": "https://github.com/plantuml/plantuml/issues/2776",
7+
"user": "plantuml@gmail.com"
8+
}
9+
}
10+
@startuml
11+
alice -> bob ++ : hello
12+
return
13+
14+
alice -> bob: destroy bob
15+
destroy bob
16+
@enduml

dbhum/g_un/gunubu-64-gida383.puml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"sha1": "gud9u2bl3bcp3pneep1crhogayyrp9b",
3+
"humhash": "gunubu-64-gida383",
4+
"insertion": {
5+
"when": "2026-07-15T19:00:44.540Z",
6+
"url": "https://github.com/plantuml/plantuml/issues/293",
7+
"user": "plantuml@gmail.com"
8+
}
9+
}
10+
@startuml
11+
!pragma teoz true
12+
!pragma sequenceMessageSpan true
13+
skinparam ParticipantPadding 40
14+
participant a
15+
participant b
16+
participant c
17+
participant d
18+
c -> a : Send(GetPublisherPortRequest<topic>, Comm Mgt port)
19+
a -> d : send GetPublisherPortRequest<topic>
20+
d --> a : receive GetPublisherPortREsponse<pubPort>
21+
@enduml

dbhum/j_of/jofepu-06-befe002.puml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"sha1": "sczwu3b91620msq2m0xz4p3ff04qfx8",
3+
"humhash": "jofepu-06-befe002",
4+
"insertion": {
5+
"when": "2026-07-15T19:00:44.535Z",
6+
"url": "https://github.com/plantuml/plantuml/issues/2754",
7+
"user": "plantuml@gmail.com"
8+
}
9+
}
10+
@startuml
11+
:a2; [[http://plantuml.com]]
12+
:l1
13+
l2
14+
l3; [[http://plantuml.com]]
15+
@enduml

dbhum/k_oz/kozudo-64-mata357.puml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"sha1": "9b96r2ltf9ngc9hie7kak65q7n28dnv",
3+
"humhash": "kozudo-64-mata357",
4+
"insertion": {
5+
"when": "2026-07-15T19:00:44.539Z",
6+
"url": "https://github.com/plantuml/plantuml/issues/2162",
7+
"user": "plantuml@gmail.com"
8+
}
9+
}
10+
@startuml
11+
X -> X
12+
destroy Y
13+
@enduml

dbhum/n_ur/nuruzo-56-rebo399.puml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"sha1": "o788s9ef9d9pxy1g8dty9buiqfrezaw",
3+
"humhash": "nuruzo-56-rebo399",
4+
"insertion": {
5+
"when": "2026-07-15T19:00:44.538Z",
6+
"url": "https://github.com/plantuml/plantuml/issues/1682",
7+
"user": "plantuml@gmail.com"
8+
}
9+
}
10+
@startuml
11+
opt test
12+
ref over A, B
13+
SomeSequence
14+
end ref
15+
end
16+
17+
note left
18+
Appears on the right side, not on the left even though "note left" is used.
19+
end note
20+
@enduml

0 commit comments

Comments
 (0)