From 75e713d2b05b510fdeba66df03812aa4733571e8 Mon Sep 17 00:00:00 2001 From: The-Lum <86879521+The-Lum@users.noreply.github.com> Date: Fri, 10 Oct 2025 17:36:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20test=20for=20`ActivityLegacy1`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref.: - plantuml/plantuml#2376 --- input/activity-legacy1-example.puml | 42 +++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 input/activity-legacy1-example.puml diff --git a/input/activity-legacy1-example.puml b/input/activity-legacy1-example.puml new file mode 100644 index 00000000..2713c33c --- /dev/null +++ b/input/activity-legacy1-example.puml @@ -0,0 +1,42 @@ +https://github.com/plantuml/plantuml/pull/2376 +@startuml +- A +- B +@enduml + +https://github.com/plantuml/plantuml/pull/2376 +@startuml +-A +-B +@enduml + +https://github.com/plantuml/plantuml/pull/2376 +@startuml +* A +* B +@enduml + +https://github.com/plantuml/plantuml/pull/2376 +@startuml +*A +*B +@enduml + +https://github.com/plantuml/plantuml/pull/2376 +@startuml +* A +** B +*** C +@enduml + +https://github.com/plantuml/plantuml/pull/2376 +@startuml +* A +** a1 +*** a11 +**** a111 +*** a12 +**** a121 +** a2 +** a3 +@enduml \ No newline at end of file