You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you add a line Bob-->Participant: I am good thanks! to tests/fixtures/sequence/simple.sequence,
i.e.
Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Participant: I am good thanks!
Bob-->Alice: I am good thanks!
then run ./bin/diagrams.js sequence tests/fixtures/sequence/simple.sequence
you will get this error
sequence:stdout: Parse error on line 3:
...b: Bob thinksBob-->Participant: I am go
----------------------^
Expecting 'ACTOR', got 'participant'
sequence:stderr: Parse error on line 3:
...b: Bob thinksBob-->Participant: I am go
----------------------^
Expecting 'ACTOR', got 'participant'
If you change Participant to something else like Tom, it works again.
The text was updated successfully, but these errors were encountered:
kongakong
changed the title
Sequence diagram: word 'Paricipant'
Sequence diagram: word 'Participant' causes an exception
Jan 16, 2020
If you add a line
Bob-->Participant: I am good thanks!
totests/fixtures/sequence/simple.sequence
,i.e.
then run
./bin/diagrams.js sequence tests/fixtures/sequence/simple.sequence
you will get this error
If you change
Participant
to something else likeTom
, it works again.The text was updated successfully, but these errors were encountered: