Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

reject scxml documents with raise and no @event at parse time #386

Open
mattoshry opened this issue Jan 9, 2017 · 0 comments
Open

reject scxml documents with raise and no @event at parse time #386

mattoshry opened this issue Jan 9, 2017 · 0 comments

Comments

@mattoshry
Copy link
Collaborator

https://www.w3.org/TR/scxml/#raise

<scxml xmlns="http://www.w3.org/2005/07/scxml"
  version="1.0" name="error-raise-event">

<state id="uber">
  <transition event="*" target="fail">
    <!-- missing @event -->
    <raise/>
  </transition>
</state>

<final id="fail"/>

</scxml>```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant