-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing trailing blank line and add tests (#270)
- Loading branch information
Showing
7 changed files
with
27 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '1.4.0' | ||
__version__ = '1.4.1' |
2 changes: 1 addition & 1 deletion
2
tests/atest/rules/missing-trailing-blank-line/expected_output.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
${rules_dir}${\}test.robot:20:0 [W] 1002 Missing trailing blank line at the end of file | ||
${rules_dir}${\}test.robot:7:0 [W] 1002 Missing trailing blank line at the end of file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,7 @@ | ||
*** Settings *** | ||
Documentation doc | ||
|
||
*** Test Cases *** | ||
Test | ||
[Documentation] doc | ||
[Tags] sometag | ||
Pass | ||
Keyword | ||
One More | ||
|
||
|
||
*** Keywords *** | ||
Keyword | ||
[Documentation] this is doc | ||
No Operation | ||
Pass | ||
No Operation | ||
Fail | ||
One More |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
*** Test Cases *** | ||
Test | ||
[Documentation] doc | ||
[Tags] sometag | ||
Pass | ||
Keyword | ||
One More |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
*** Test Cases *** | ||
Test | ||
[Documentation] doc | ||
[Tags] sometag | ||
Pass | ||
Keyword | ||
One More | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
*** Test Cases *** | ||
Test | ||
[Documentation] doc | ||
[Tags] sometag | ||
Pass | ||
Keyword | ||
One More | ||
|