summaryrefslogtreecommitdiff
path: root/test/ess-test-r.el
diff options
context:
space:
mode:
authorLionel Henry <lionel.hry@gmail.com>2020-11-28 14:07:26 +0100
committerLionel Henry <lionel.hry@gmail.com>2020-11-28 14:16:59 +0100
commit951844ebf48fa3b977047c7ca717eae3b2c0cb33 (patch)
treee18aa42641fd9801bb95d9067551b158bb048300 /test/ess-test-r.el
parent53b8ba9432504d68dc984d8536a1753afac9cb65 (diff)
Fix early evaluation of pager command
Diffstat (limited to 'test/ess-test-r.el')
-rw-r--r--test/ess-test-r.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ess-test-r.el b/test/ess-test-r.el
index 3e7b545..b324912 100644
--- a/test/ess-test-r.el
+++ b/test/ess-test-r.el
@@ -834,6 +834,10 @@ https://github.com/emacs-ess/ESS/issues/725#issuecomment-431781558"
[1] 100
> ")
+(etest-deftest-r ess-r-pager-test ()
+ :eval ((should (string= (car (ess-get-words-from-vector "getOption('pager')\n"))
+ "cat"))))
+
(provide 'ess-test-r)
;;; ess-test-r.el ends here