specifying default values in macro result in failure

0 votes
asked Jun 26, 2017 in Bug by boshka (3,940 points)
This works:
 
@startuml
    !define my_test(a,b="def b") note right: a, b
    my_test()
@enduml
 
However, this does not:
 
@startuml
     !define my_test(a="def a",b="def b") note right: a, b
     my_test()
@enduml
 

1 Answer

0 votes
answered Jun 27, 2017 by plantuml (295,000 points)
Hi,

Thanks for the report.

This should be fixed in last beta:

https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0

Tell us if it's not working for you!

Regards,
...