File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -244,32 +244,32 @@ filling the line until line the length limit (with one of the ``split_on_every_a
244244
245245 .. code :: robotframework
246246
247- *** Keywords * **
248- Keyword
249- [Tags] longertagname1 longertagname2 longertagname3
250- Keyword With Longer Name ${arg1} ${arg2} ${arg3} # let's assume ${arg3} does not fit under limit
247+ *** Keywords ***
248+ Keyword
249+ [Tags] longertagname1 longertagname2 longertagname3
250+ Keyword With Longer Name ${arg1} ${arg2} ${arg3} # let's assume ${arg3} does not fit under limit
251251
252252 .. tab-item :: After (align_new_line = False)
253253
254254 .. code :: robotframework
255255
256- *** Keywords * **
257- Keyword
258- [Tags] longertagname1 longertagname2
259- ... longertagname3
260- Keyword With Longer Name ${arg1} ${arg2}
261- ... ${arg3}
256+ *** Keywords ***
257+ Keyword
258+ [Tags] longertagname1 longertagname2
259+ ... longertagname3
260+ Keyword With Longer Name ${arg1} ${arg2}
261+ ... ${arg3}
262262
263263 .. tab-item :: After (align_new_line = True)
264264
265265 .. code :: robotframework
266266
267- *** Keywords * **
268- Keyword
269- [Tags] longertagname1 longertagname2
270- ... longertagname3
271- Keyword With Longer Name ${arg1} ${arg2}
272- ... ${arg3}
267+ *** Keywords ***
268+ Keyword
269+ [Tags] longertagname1 longertagname2
270+ ... longertagname3
271+ Keyword With Longer Name ${arg1} ${arg2}
272+ ... ${arg3}
273273
274274 Ignore comments
275275----------------
You can’t perform that action at this time.
0 commit comments