Skip to content

Commit d2516da

Browse files
committed
test about remove extra empty line after sub-diagram
1 parent 54c31cb commit d2516da

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"sha1": "6x6c30ywuwki7bev8jk67g1ta2n3mz1",
3+
"insertion": {
4+
"when": "2025-11-03T18:33:05.170Z",
5+
"url": "https://github.com/plantuml/plantuml/pull/2404",
6+
7+
}
8+
}
9+
@startuml test
10+
start
11+
:L0
12+
{{
13+
start
14+
:L1;
15+
stop
16+
}}
17+
;
18+
stop
19+
@enduml

0 commit comments

Comments
 (0)