Skip to content

Commit

Permalink
Test all support for special characters in a single test case
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperCraeghs committed May 23, 2023
1 parent 4889197 commit 5c4ffa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/robot/example.robot
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ First Test
Undocumented Test
Should Be Equal ${MESSAGE} Hello, world!

Test with documentation (in "RST" syntax)
Test with documentation in RST syntax
[Documentation] An example docstring for which it's important its line endings get preserved.
...
... - Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
Expand All @@ -37,8 +37,8 @@ Another Test
FOR ${var} IN @{NAMES}
Log ${var}

Comp1: testing 'Special" characters & prefix
[Documentation] The item ID will contain COMP1-TESTING_SPECIAL_CHARACTERS_AND_PREFIX.
Comp1: testing 'Special" characters & prefix (with brackets)
[Documentation] The item ID will contain COMP1-TESTING_SPECIAL_CHARACTERS_AND_PREFIX_WITH_BRACKETS.
Log Special characters in test case names are supported but not recommended.

*** Keywords ***
Expand Down

0 comments on commit 5c4ffa5

Please sign in to comment.