aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/r/pipe.R
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/r/pipe.R')
-rw-r--r--tests/indent/r/pipe.R7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/indent/r/pipe.R b/tests/indent/r/pipe.R
new file mode 100644
index 000000000..2eef84218
--- /dev/null
+++ b/tests/indent/r/pipe.R
@@ -0,0 +1,7 @@
+mtcars |>
+ head(
+ n = 6L
+ ) |>
+ subset(
+ cyl > 3
+ )