Skip to content

Commit 8c250e9

Browse files
author
github-actions
committed
Add generated files in /db
1 parent 0764d29 commit 8c250e9

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"sha1": "11p0ncsn5kxzu3gt335tx3g05a7lp3a",
3+
"insertion": {
4+
"when": "2025-11-05T08:52:15.498Z",
5+
"url": "https://github.com/plantuml/plantuml/issues/2416",
6+
7+
}
8+
}
9+
@startuml
10+
!include <DomainStory/domainStory>
11+
12+
Boundary(System) {
13+
Person(Alice)
14+
Conversation(weather)
15+
Person(Bob)
16+
}
17+
activity(1, Alice, talks about the, weather, with, Bob)
18+
@enduml
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"sha1": "i19g6g2zrxikw0539nqvknf75lf2o8",
3+
"insertion": {
4+
"when": "2025-11-05T08:52:15.459Z",
5+
"url": "https://github.com/plantuml/plantuml/issues/2416",
6+
7+
}
8+
}
9+
@startuml
10+
!$var=5
11+
!$var=$var-1
12+
13+
participant a
14+
a --> b : $var
15+
@enduml
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"sha1": "jjiled5ktvlvnfq19m19hx13aw7el6i",
3+
"insertion": {
4+
"when": "2025-11-05T08:52:15.497Z",
5+
"url": "https://github.com/plantuml/plantuml/issues/2416",
6+
7+
}
8+
}
9+
@startuml
10+
!$var = 5
11+
!if $var > -1
12+
: var is $var ;
13+
!endif
14+
@enduml

0 commit comments

Comments
 (0)