Selected Customer Tests


saveload.test

 *input 
<P>uno</P>
<P>duo</P>
<P>tres</P>
*end
*savefile
*input
<P><P>
*end
*output
<P><P>
*end
*loadfile
*output
<P>uno</P>
<P>duo</P>
<P>tres</P>
*end

insertOL.test

 *altO 
*output
<OL>
<LI></LI>
</OL>

insertAfterPara.test

 *input 
<P>This is the first paragraph.</P>
<P>This is the second paragraph.</P>
*end
*enter
*output
<P>This is the first paragraph.</P>
<P>This is the second paragraph.</P>
<P></P>

insertPara.test

 *input 
<P>This is the first paragraph.</P>
<P>This is the second paragraph.</P>
*end
*enter
*output
<P>This is the first paragraph.</P>
<P></P>
<P>This is the second paragraph.</P>

InsertPre.test

 *input 
<P>This is the first paragraph.</P>
<P>This is the second paragraph.</P>
*end
*altP
*output
<P>This is the first paragraph.</P>
<pre></pre>
<P>This is the second paragraph.</P>
*end
*shiftEnter
*output
<P>This is the first paragraph.</P>
<pre>
</pre>
<P>This is the second paragraph.</P>

insertUL.test

 *altU 
*output
<UL>
<LI></LI>
</UL>

paraAfterPara.test

 *input 
<P></P>
*end
*enter
*output
<P></P>
<P></P>



Extreme Programming Adventures in C#
Javaв„ў EE 5 Tutorial, The (3rd Edition)
ISBN: 735619492
EAN: 2147483647
Year: 2006
Pages: 291

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net