~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to test/test_framework/hello_text.xml

  • Committer: stevenbird
  • Date: 2008-01-31 23:40:25 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:357
fixed syntax error

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<problem name = "Hello Name">
2
 
    <desc>You need to write <b>Hello</b> and then your name.</desc>
 
2
    <desc>You need to write <b>Hello</b> and then your name, using the variable 'name'.</desc>
3
3
    <partial>
4
4
<![CDATA[
5
5
print "Hello &lt;need to print the variable name&gt;."
26
26
        <!-- Specify input -->
27
27
        <var name="name" value="'Bob'" />
28
28
        <function desc="Match case insensitive" default="ignore">
29
 
            <stdout>lambda x:x.lower()</stdout>
 
29
            <stdout type="check">str.__eq__</stdout>
30
30
        </function>
31
31
        <function desc="Match exactly" default="ignore">
32
32
            <stdout/>