File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
doc/userguide/src/CreatingTestData Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -636,7 +636,7 @@ __ `Newlines`_
636
636
637
637
*** Settings * **
638
638
Documentation Here we have documentation for this suite.\n Documentation is often quite long.\n\n It can also contain multiple paragraphs.
639
- Default Tags default tag 1 default tag 2 default tag 3 default tag 4 default tag 5
639
+ Test Tags test tag 1 test tag 2 test tag 3 test tag 4 test tag 5
640
640
641
641
*** Variables * **
642
642
${STRING} This is a long string. It has multiple sentences. It does not have newlines.
@@ -657,8 +657,8 @@ __ `Newlines`_
657
657
... Documentation is often quite long.
658
658
...
659
659
... It can also contain multiple paragraphs.
660
- Default Tags default tag 1 default tag 2 default tag 3
661
- ... default tag 4 default tag 5
660
+ Test Tags test tag 1 test tag 2 test tag 3
661
+ ... test tag 4 test tag 5
662
662
663
663
*** Variables * **
664
664
${STRING} This is a long string.
You can’t perform that action at this time.
0 commit comments