Skip to content

Commit 7603bfd

Browse files
committed
add tests
1 parent a4f0c94 commit 7603bfd

5 files changed

+129
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"sha1": "33o6fe2vrffbfzfomyhn3clv4tjalbe",
3+
"insertion": {
4+
"when": "2025-06-11T17:10:47.476Z",
5+
"url": "https://github.com/plantuml/plantuml/pull/2229",
6+
7+
}
8+
}
9+
@startuml
10+
scale 5
11+
<style>
12+
start {
13+
LineColor #red
14+
LineThickness 5
15+
}
16+
stop {
17+
LineColor #green
18+
LineThickness 5
19+
}
20+
end {
21+
LineColor #blue
22+
LineThickness 5
23+
}
24+
</style>
25+
26+
[*] -> [*]
27+
'(*)->(*)
28+
@enduml
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"sha1": "4ucb61arwouinvqqjaosnbjw94i057z",
3+
"insertion": {
4+
"when": "2025-06-11T17:10:47.430Z",
5+
"url": "https://github.com/plantuml/plantuml/pull/2219",
6+
7+
}
8+
}
9+
@startuml
10+
!option debug true
11+
:\t\ta; <<time-event>>
12+
:b;
13+
:a; <<time-event>>
14+
:input; <<input>>
15+
:object signal;
16+
:object signal; <<object-signal>>
17+
@enduml
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"sha1": "ogef1jtf5pt0mc6puxnyabdkp4q9t64",
3+
"insertion": {
4+
"when": "2025-06-11T17:10:47.474Z",
5+
"url": "https://github.com/plantuml/plantuml/pull/2229",
6+
7+
}
8+
}
9+
@startuml
10+
<style>
11+
start {
12+
LineColor #red
13+
LineThickness 5
14+
}
15+
stop {
16+
LineColor #green
17+
LineThickness 5
18+
}
19+
end {
20+
LineColor #blue
21+
LineThickness 5
22+
}
23+
</style>
24+
start
25+
stop
26+
end
27+
@enduml
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"sha1": "p2vv51b07bugmjpg734jk4mewhxt4q4",
3+
"insertion": {
4+
"when": "2025-06-11T17:10:47.478Z",
5+
"url": "https://github.com/plantuml/plantuml/pull/2229",
6+
7+
}
8+
}
9+
@startuml
10+
scale 5
11+
<style>
12+
start {
13+
LineColor #red
14+
LineThickness 5
15+
}
16+
stop {
17+
LineColor #green
18+
LineThickness 5
19+
}
20+
end {
21+
LineColor #blue
22+
LineThickness 5
23+
}
24+
</style>
25+
26+
'[*] -> [*]
27+
(*)->(*)
28+
@enduml
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"sha1": "tl8jlq2bva9azkn5nqw0v94j83hhprl",
3+
"insertion": {
4+
"when": "2025-06-11T17:10:47.480Z",
5+
"url": "https://github.com/plantuml/plantuml/pull/2229",
6+
7+
}
8+
}
9+
@startuml
10+
scale 5
11+
<style>
12+
start {
13+
LineColor #red
14+
LineThickness 5
15+
}
16+
stop {
17+
LineColor #green
18+
LineThickness 5
19+
}
20+
end {
21+
LineColor #blue
22+
LineThickness 5
23+
}
24+
</style>
25+
26+
start
27+
stop
28+
end
29+
@enduml

0 commit comments

Comments
 (0)