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