<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/syntax/cdata/1" class="A" scope="wml" testtype="application" type="manual" source="wml13#7.7" device="both">
  <assertion>When data is enclosed within a CDATA block ( &lt;![CDATA[ data ]] &gt;
), the data is handled as literal text and presented to the user "as is".
</assertion>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <strings>
    <string id="1">&lt;b&gt;a bold string&lt;/b&gt;
</string>
    <string id="2">&amp;lt;b&amp;gt;a bold string&amp;lt;/b&amp;gt;
</string>
  </strings>
  <method>
    <![CDATA[<card newcontext="true" id="main"> <p>The following is in a CDATA block:<br/>
&lt;![CDATA[<string1>]]&gt;
</p>
<p mode="wrap">Is the text <string2> displayed above?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

