Tabulation character doesn't work in legend

0 votes
asked Aug 7, 2018 in Bug by anonymous

Hello, with the following activity diagram example, the tabulation character doesn't work in legend but is working in other places :

@startuml

start

-> Test 1\t\tTest tabulation 1;

:Test 2\t\tTest tabulation 2;

-> Test 4;

:Test 5;

-> Test 6;

:Test 7;

legend right

**Caption :**

Test legend\t\tTest tabulation 3

Test legend 2\t\tTest tabulation 4

endlegend

stop

@enduml

Thanks a lot

1 Answer

0 votes
answered Sep 23, 2018 by plantuml (295,000 points)
Thanks for the report.

This has been fixed in last release V1.2018.11

Regards,
...