Hi,
Along with the shiny new @append keyword, I'd like to be able to create a new state on only one line, but it looks like current PlantUML v7995 is limited with that regard. The following syntaxes are rejected:
@startuml
state aaaa : blah
state "aaaa_bis" : blah
state bbbb as BB
' however it works surrounded with double-quotes: state "bbbb_bis" as BB_bis
state cccc as CC : blah
state "dddd" as DD : blah
' The following abbreviated syntaxes are also rejected, but we can live without them
eeee as EE
"ffff" as FF
gggg as GG : blah
"hhhh" as HH : blah
@enduml
Best regards