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

« back to all changes in this revision

Viewing changes to test/test_framework/all_input_text.xml

  • Committer: dilshan_a
  • Date: 2008-01-25 03:39:05 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:306
Consolidated SolutionError and AttemptError into ScriptExecutionError.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
             and ignore other files. -->
43
43
        <function desc="Match case insensitive and ignore other files"
44
44
            default="ignore">
45
 
            <stdout>str.lower</stdout>
 
45
            <stdout>str.lower</stdout>
46
46
            <!-- 'type="norm"' treats the function as a normalisation
47
47
                 function (the default behaviour).
48
48
                 'type="check"' treats it as a 2-argument check. -->