summaryrefslogtreecommitdiff
path: root/test/ess-test-r.el
diff options
context:
space:
mode:
authorLionel Henry <lionel.hry@gmail.com>2020-08-17 15:00:17 +0200
committerGitHub <noreply@github.com>2020-08-17 15:00:17 +0200
commitc022900a25cf21936e9aa5ebfbfa30e07bc86cc8 (patch)
tree0a0d8ddc32a47e27ef2a3b0d6af732f3a1a9ac12 /test/ess-test-r.el
parent43e1eb07b71319fa15b7354937830df6a1aa4066 (diff)
Make `R` a command again (#1036)
Closes #1035
Diffstat (limited to 'test/ess-test-r.el')
-rw-r--r--test/ess-test-r.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ess-test-r.el b/test/ess-test-r.el
index 08d4237..85c560a 100644
--- a/test/ess-test-r.el
+++ b/test/ess-test-r.el
@@ -779,6 +779,11 @@ Type 'license()' or 'licence()' for distribution details.
[1] 3
> ")
+(ert-deftest ess-r-commands-test ()
+ "M-x R works (#1035)"
+ (should (commandp 'R))
+ (should (commandp 'R-newest)))
+
(provide 'ess-test-r)
;;; ess-test-r.el ends here