Skip to content
This repository was archived by the owner on Sep 25, 2018. It is now read-only.
This repository was 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

@mattoshry

Description

@mattoshry

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>```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions