Skip to content

Commit 31c4daa

Browse files
committed
Don't use deprecated Default Tags in example
1 parent 236327f commit 31c4daa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/userguide/src/CreatingTestData/TestDataSyntax.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ __ `Newlines`_
636636

637637
*** Settings ***
638638
Documentation Here we have documentation for this suite.\nDocumentation is often quite long.\n\nIt 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
640640

641641
*** Variables ***
642642
${STRING} This is a long string. It has multiple sentences. It does not have newlines.
@@ -657,8 +657,8 @@ __ `Newlines`_
657657
... Documentation is often quite long.
658658
...
659659
... 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
662662

663663
*** Variables ***
664664
${STRING} This is a long string.

0 commit comments

Comments
 (0)