<?xml version="1.0" encoding="UTF-8"?>
<!--

  $Author: richard $

  $Revision: 1.6 $

  $Log: 1,v $
  Revision 1.6  2002/04/19 14:48:00  richard
  autofailed

  Revision 1.5  2002/03/16 10:36:56  richard
   missing autofailed

  Revision 1.4  2002/03/16 10:00:47  richard
  rewrite test, pass as auto

  Revision 1.3  2001/10/30 16:22:23  gb
  Modified all the test files in the wml2 directory such that it puts the <?xml?> declaration back at the top of the file, before the comment.

  Revision 1.2  2001/10/08 21:56:11  gb
  Added the standard header of Author, Revision and Log at the top of each template file.


-->
<test id="wml2/uabehaviour/attribexplang/wmlvariable/dollarsign/1" 
	class="A" scope="wml2" testtype="application" type="auto" 
	source="wml2#5.5.1.3" device="both">
  <assertion>When a author wishes to include a '$' character in an attribute 
  value in a WML2 document, they must escape the dollar sign by using two 
  dollar signs(e.g. $$).
  </assertion>
  <specnote>Create a card that uses two dollar signs to include a single 
  dollar sign when the card is displayed. Make sure that one dollar sign 
  is displayed.
  </specnote>
  <results>
    <result ci="true">
      <name>dollar</name>
      <value>$</value>
    </result>
  </results>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main">
				<wml:onevent type="enterforward">
					<wml:go href="[[responseurl]]">
						<wml:postfield name="dollar" value="$$" />
						[[sessionvars]]
					</wml:go>
				</wml:onevent>
				[[auto_failed]]
			</wml:card>
		]]>
	</method>
</test>
