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