Crash that is fixed by whitespaces

0 votes
asked Mar 9, 2018 in Bug by sanosdole

The following plantuml code leads to a crash, which is fixed by either using another dash in line 14 (g <-- a) or adding a whitespace at the end of the line:

-----

class a
class b
class c
class d
class e
class f
class g

a -> b
a --> c
a ---> d
e <- a
f <-- a
g <- a
f <-- g
'g --> f

---

1 Answer

0 votes
answered Mar 9, 2018 by plantuml (294,960 points)
commented Mar 12, 2018 by sanosdole
Got this crash on https://www.planttext.com/
Retried again today, and it works. (As can be seen in the linked diagram)
...