Revision: 3911
Author: jussi.ao.malinen
Date: Wed Aug 25 06:08:44 2010
Log: beteer example name
http://code.google.com/p/robotframework/source/detail?r=3911

Modified:
 /trunk/doc/userguide/src/CreatingTestData/AdvancedFeatures.txt

=======================================
--- /trunk/doc/userguide/src/CreatingTestData/AdvancedFeatures.txt Wed Aug 25 05:33:12 2010 +++ /trunk/doc/userguide/src/CreatingTestData/AdvancedFeatures.txt Wed Aug 25 06:08:44 2010
@@ -390,13 +390,13 @@
 .. table:: Exit for loop example
    :class: example

- ============== ======== ============== ================== ===============
-      Test Case     Action    Argument        Argument            Argument
- ============== ======== ============== ================== =============== - Exit For Loop :FOR ${var} IN @{SOME LIST} - \ Run Keyword If '${var}' == 'EXIT' Exit For Loop
-   \                         Do Something    ${var}
- ============== ======== ============== ================== =============== + ============= ======== ============== ================== ===============
+      Test Case    Action    Argument        Argument            Argument
+ ============= ======== ============== ================== =============== + Exit Example :FOR ${var} IN @{SOME LIST} + \ Run Keyword If '${var}' == 'EXIT' Exit For Loop
+   \                        Do Something    ${var}
+ ============= ======== ============== ================== ===============

Exiting a for loop can also be initiated from a keyword in a test library by
 raising an exception with :code:`ROBOT_EXIT_FOR_LOOP` attribute. Please see

Reply via email to