From e17ed2511605bc75b25575213657944fcb30f478 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Sat, 7 Nov 2020 00:15:29 +0100 Subject: [PATCH] Fix r tests --- .automation/test/r/README.md | 4 ++-- .automation/test/r/r_good_1.r | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.automation/test/r/README.md b/.automation/test/r/README.md index 19e0042f..12f123c1 100644 --- a/.automation/test/r/README.md +++ b/.automation/test/r/README.md @@ -1,5 +1,5 @@ # R Test Cases -This folder holds the test cases for **R**. +This folder holds the test cases for **R**. ## Additional Docs No Additional information is needed for this test case. @@ -10,4 +10,4 @@ The test cases denoted: `LANGUAGE_good_FILE.EXTENSION` are all valid, and should ## Bad Test Cases The test cases denoted: `LANGUAGE_bad_FILE.EXTENSION` are **NOT** valid, and should trigger errors when linted. -- **Note:** They are linted utilizing the default linter rules. \ No newline at end of file +- **Note:** They are linted utilizing the default linter rules. diff --git a/.automation/test/r/r_good_1.r b/.automation/test/r/r_good_1.r index e6c5c41d..8bd91f2b 100644 --- a/.automation/test/r/r_good_1.r +++ b/.automation/test/r/r_good_1.r @@ -45,4 +45,4 @@ message("single_quotes") # trailing_whitespace y <- 2 + (1:10) -# trailing_blank_lines \ No newline at end of file +# trailing_blank_lines