<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/syntax/variables/4" class="A" scope="wml" testtype="application" type="manual" source="wml13#7.5" device="both">
  <assertion>When the symbol "$$"
is encountered in a %PCDATA
or %vdata context, it is an escaped dollar-sign.
The escaped dollar-sign is
replaced with a dollar-sign.
</assertion>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>This is a paragraph with an escaped dollar-sign in it: $$variable.</p>
<p mode="wrap">Is the string "$$variable" displayed above?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

