<?xml version="1.0" encoding="UTF-8"?>
<test id="wmlscript/core/lexical/literals/string/5" class="A" scope="wmlscript" testtype="application" type="manual" source="wmls11#6.1.5.3" device="gateway">
  <assertion>Escape sequences using the Latin-1 ISO8859-1 encoding specification must contain 2 digits for the character definition when defined using hexadecimal digits.
</assertion>
  <specnote>New for June 2000</specnote>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>
The script referenced by this
&nbsp;<a href="<script1>#main()">link</a>&nbsp;declares an escape sequence with an incorrect number of digits for the encoded character.
</p>
<p mode="wrap">Did the browser report an error or indicate an unknown string character when trying to access the script? 
<br />
<yesno>
</p>
</card>]]>
  </method>
  <cards>
    <card id="1">
      <![CDATA[<card id="card1">
<onevent type="onenterforward">
<go href="<resulturl>">
<postfield name="SUBMIT" value="yes"/>
<sessionvars>
</go>
</onevent>
<auto_failed>
</card>
]]>
    </card>
  </cards>
  <scripts>
    <script id="1">
      <![CDATA[extern function main() {

	var str = "\x5 hello";

}


]]>
    </script>
  </scripts>
</test>

