Revision: ebda2a404024
Branch:   default
Author:   [email protected]
Date:     Tue Nov 26 16:47:08 2013 UTC
Log:      Edited wiki page ReleaseNotes28 through web user interface.
http://code.google.com/p/robotframework/source/detail?r=ebda2a404024&repo=wiki

Modified:
 /ReleaseNotes28.wiki

=======================================
--- /ReleaseNotes28.wiki        Tue Nov 26 16:44:37 2013 UTC
+++ /ReleaseNotes28.wiki        Tue Nov 26 16:47:08 2013 UTC
@@ -317,12 +317,18 @@

 For example,

-|| Run Keyword And Return || My Keyword || arg1 || arg2 ||
+{{{
+Example keyword
+    Run Keyword And Return    My Keyword    arg1    arg2
+}}}

-is equiavalent to
+is equivalent to

-|| ${return} =  || My Keyword || arg1 || arg2 ||
-|| [Return]     || ${return}  ||      ||      ||
+{{{
+Example keyword
+   ${return} =    My Keyword    arg1    arg2
+   [Return]    ${return}
+}}}

 === Possibility to use keyword with embedded arguments as template ===

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to