summaryrefslogtreecommitdiff
path: root/t/t4018/r-indent
diff options
context:
space:
mode:
Diffstat (limited to 't/t4018/r-indent')
-rw-r--r--t/t4018/r-indent6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/t4018/r-indent b/t/t4018/r-indent
new file mode 100644
index 0000000000..9df440f2a4
--- /dev/null
+++ b/t/t4018/r-indent
@@ -0,0 +1,6 @@
+RIGHT <- function(a, b) {
+ c = mean(a, b)
+ d = c + 2
+ ChangeMe()
+ return (d)
+}