Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions db/11/11p0ncsn5kxzu3gt335tx3g05a7lp3a.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"sha1": "11p0ncsn5kxzu3gt335tx3g05a7lp3a",
"insertion": {
"when": "2025-11-05T08:52:15.498Z",
"url": "https://github.com/plantuml/plantuml/issues/2416",
"user": "[email protected]"
}
}
@startuml
!include <DomainStory/domainStory>

Boundary(System) {
Person(Alice)
Conversation(weather)
Person(Bob)
}
activity(1, Alice, talks about the, weather, with, Bob)
@enduml
15 changes: 15 additions & 0 deletions db/i1/i19g6g2zrxikw0539nqvknf75lf2o8.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"sha1": "i19g6g2zrxikw0539nqvknf75lf2o8",
"insertion": {
"when": "2025-11-05T08:52:15.459Z",
"url": "https://github.com/plantuml/plantuml/issues/2416",
"user": "[email protected]"
}
}
@startuml
!$var=5
!$var=$var-1

participant a
a --> b : $var
@enduml
14 changes: 14 additions & 0 deletions db/jj/jjiled5ktvlvnfq19m19hx13aw7el6i.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"sha1": "jjiled5ktvlvnfq19m19hx13aw7el6i",
"insertion": {
"when": "2025-11-05T08:52:15.497Z",
"url": "https://github.com/plantuml/plantuml/issues/2416",
"user": "[email protected]"
}
}
@startuml
!$var = 5
!if $var > -1
: var is $var ;
!endif
@enduml
35 changes: 35 additions & 0 deletions input/negative.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

https://github.com/plantuml/plantuml/issues/2416

@startuml
!$var=5
!$var=$var-1

participant a
a --> b : $var
@enduml


https://github.com/plantuml/plantuml/issues/2416

@startuml
!$var = 5
!if $var > -1
: var is $var ;
!endif
@enduml



https://github.com/plantuml/plantuml/issues/2416

@startuml
!include <DomainStory/domainStory>

Boundary(System) {
Person(Alice)
Conversation(weather)
Person(Bob)
}
activity(1, Alice, talks about the, weather, with, Bob)
@enduml