Skip to content

Commit 0c9ff1f

Browse files
fix line starts
1 parent 696663d commit 0c9ff1f

35 files changed

+0
-68
lines changed

tests/testthat/test-create_token.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
test_that("can create a token that has relevant columns", {
42
pd_names <- c(
53
"token", "text", "short", "lag_newlines", "newlines", "pos_id",

tests/testthat/test-create_tree.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
test_that("create_trees outputs identical structure if trees have same structure", {
42
skip_if_not_installed("DiagrammeR")
53
skip_if_not_installed("data.tree")

tests/testthat/test-curly-curly.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
test_that("curly-culry", {
42
expect_warning(test_collection("curly-curly",
53
"mixed",

tests/testthat/test-exception_handling.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
test_that("style_text returns custom error", {
42
expect_error(style_text("a <- 3 4"), "unexpected numeric constant")
53
})

tests/testthat/test-helpers.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
test_that("can construct and print vertical", {
42
skip_if_not_installed("prettycode")
53
expect_snapshot({

tests/testthat/test-identify-roxygen-examples.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
#' Things to consider:
42
#' * one function declaration or many
53
#' * example(s) is last tag or not?

tests/testthat/test-indention_curly.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
test_that("indention on one-liner curley only is not changed", {
42
expect_warning(test_collection("indention_curly_brackets",
53
"one_line_curly",

tests/testthat/test-indention_fun_calls.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
test_that("edge cases work", {
42
expect_warning(test_collection("indention_fun_calls",
53
transformer = style_text, strict = FALSE

tests/testthat/test-indention_multiple.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
test_that("multiple round brackets don't cause extraindention", {
42
expect_warning(test_collection("indention_multiple",
53
"round_only",

tests/testthat/test-indention_operators.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
test_that("pipe is indended correctly", {
42
expect_warning(test_collection("indention_operators",
53
"pipe",

0 commit comments

Comments
 (0)