<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/state/variables/parsing/1" class="A" scope="wml" testtype="application" type="auto" source="wml13#10.3.2" device="both">
  <assertion>All XML parsing is complete prior to variable substitution. When a
dollar-sign in any form (a character entity, for example) is followed by a
variable name, it is interpreted as a variable reference.
</assertion>
  <results>
    <result>
      <name>var</name>
      <value>pass</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<onevent type="onenterforward">
<go href="#card1">
<setvar name="test" value="pass"/>
</go>
</onevent>
<auto_failed>
</card>]]>
  </method>
  <cards>
    <card id="1">
      <![CDATA[<card id="card1">
<onevent type="onenterforward">
<go href="<responseurl>">
<postfield name="var" value="&#36;test"/>
<sessionvars>
</go>
</onevent>
<auto_failed>
</card>
]]>
    </card>
  </cards>
</test>

