Skip to content

Commit f11cf65

Browse files
committed
new test
1 parent 1255d72 commit f11cf65

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"sha1": "p27t4lpgmxvzw2p2c95irbn9fhpuenq",
3+
"insertion": {
4+
"when": "2025-09-06T18:51:59.067Z",
5+
"url": "https://github.com/plantuml/plantuml/issues/2319",
6+
7+
}
8+
}
9+
@startuml
10+
class WInstallationRecord {
11+
+reportedVersion: String
12+
+reported: RFC3339
13+
}
14+
15+
note left of WInstallationRecord::reportedVersion
16+
A
17+
end note
18+
19+
note left of WInstallationRecord::reported
20+
B
21+
end note
22+
23+
24+
@enduml

0 commit comments

Comments
 (0)