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

should accept an scxml document containing foreach with object literal @array #384

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

Comments

@mattoshry
Copy link
Collaborator

SCION should allow the following:

<scxml xmlns="http://www.w3.org/2005/07/scxml"
  version="1.0">

<state id="uber">
  <onentry>
    <foreach item="it" array="{p1: 'v1', p2: 'v2'}">
      <log expr="it"/>
    </foreach>
  </onentry>
</state>

</scxml>

The scjson-analyzer should allow a literal when parsing the array expression

[1] https://www.w3.org/TR/scxml/#foreach

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