empty package on one line parsing error

0 votes
asked Aug 19 in Bug by da77a
If I do this

skinparam package {
  BackgroundColor LightBlue
  ArrowColor Black
  BorderColor Blue
  BackgroundColor<<stereo>> PaleGreen
}
package test1 {}
package test2 <<stereo>> {}

I get an error on the line package test2 <<stereo>> {}

But if I change it to

package test2 <<stereo>> {

}

There is no error and the stereotype works.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...