File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
doc/userguide/src/Appendices Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ same example could be written like this:
103
103
No automatic newline is added if a line already ends with a newline or
104
104
if it ends with and an `escaping backslash `__. Notice also that if
105
105
documentation or metadata is defined in multiple cells in a same row,
106
- these cells are catenated together with spaces. All these cases are
106
+ these cells are concatenated together with spaces. All these cases are
107
107
illustrated in the examples below where all test cases end up having
108
108
the same two line documentation.
109
109
@@ -402,10 +402,19 @@ The above documentation is formatted like this:
402
402
<p >After block.</p >
403
403
</div >
404
404
405
+ When documenting suites, tests or keywords in Robot Framework test data,
406
+ having multiple spaces requires escaping with a backslash to `prevent
407
+ ignoring spaces `_. The example above would thus be written like this::
408
+
409
+ Doc before block:
410
+ | inside block
411
+ | \ \ \ some \ \ additional whitespace
412
+ After block.
413
+
405
414
Horizontal ruler
406
415
----------------
407
416
408
- Horizontal rulers (the <hr> tag) make it possible to separate larger
417
+ Horizontal rulers (the ` <hr> ` tag) make it possible to separate larger
409
418
sections from each others, and they can be created by having three or more
410
419
hyphens alone on a line::
411
420
You can’t perform that action at this time.
0 commit comments