Skip to content

Commit c6bfb8f

Browse files
arnaudroquesgithub-actions
andauthored
Auto branch 20251112094645 (#41)
* Create tmp1.puml * Add generated files in /db --------- Co-authored-by: github-actions <[email protected]>
1 parent 3caa449 commit c6bfb8f

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"sha1": "jzn2in9l1pdoabulbc6ymxeamfw88bw",
3+
"insertion": {
4+
"when": "2025-11-12T09:46:45.080Z",
5+
"url": "https://github.com/plantuml/plantuml/issues/2343",
6+
7+
}
8+
}
9+
@startuml
10+
:preAct;
11+
if (Test) then (S1!)
12+
:ActPre;
13+
|S1|
14+
:Act;
15+
else (S2!)
16+
|S2|
17+
:Act;
18+
end if
19+
|S2|
20+
:postAct;
21+
@enduml

input/tmp1.puml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
https://github.com/plantuml/plantuml/issues/2343
2+
3+
@startuml
4+
|S1|
5+
|S2|
6+
7+
|S2|
8+
:preAct;
9+
switch (Test)
10+
case (S1!)
11+
:ActPre;
12+
|S1|
13+
:Act;
14+
case (S2!)
15+
|S2|
16+
:Act;
17+
endswitch
18+
|S2|
19+
:postAct;
20+
@enduml
21+
22+
23+
https://github.com/plantuml/plantuml/issues/2343
24+
25+
@startuml
26+
:preAct;
27+
if (Test) then (S1!)
28+
:ActPre;
29+
|S1|
30+
:Act;
31+
else (S2!)
32+
|S2|
33+
:Act;
34+
end if
35+
|S2|
36+
:postAct;
37+
@enduml

0 commit comments

Comments
 (0)