Revision: ee6a50f34d87
Author: Ilmari Kontulainen <[email protected]>
Date: Thu Aug 23 00:26:15 2012
Log: Update user guide regarding @{EMPTY} variable
http://code.google.com/p/robotframework/source/detail?r=ee6a50f34d87
Modified:
/doc/userguide/src/CreatingTestData/Variables.txt
=======================================
--- /doc/userguide/src/CreatingTestData/Variables.txt Wed Aug 22 04:34:07
2012
+++ /doc/userguide/src/CreatingTestData/Variables.txt Thu Aug 23 00:26:15
2012
@@ -661,7 +661,8 @@
:var:`${SPACE * 5}`. In the following example, :name:`Should Be
Equal` keyword gets identical arguments but those using variables are
easier to understand than those using backslashes. There is also variable
for
-empty list called :var:`@{EMPTY}`.
+empty list called :var:`@{EMPTY}`. '@{EMPTY}' variable can be used for
example
+with test templates to use default values of the template.
__ Escaping_