diff options
| author | Lionel Henry <lionel.hry@gmail.com> | 2020-08-03 09:08:27 +0200 |
|---|---|---|
| committer | Lionel Henry <lionel.hry@gmail.com> | 2020-08-15 09:53:57 +0200 |
| commit | cac8dace4c20a5d1e49f1a1949e149e4757aa294 (patch) | |
| tree | e44e17b82166b9405ea4f896c09a30a139c0dbc2 /test/ess-test-r.el | |
| parent | 82ba978014775dccd7578ceef728735acc3694a7 (diff) | |
Rename `:test` to `:eval`
Diffstat (limited to 'test/ess-test-r.el')
| -rw-r--r-- | test/ess-test-r.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ess-test-r.el b/test/ess-test-r.el index a812df9..cea7396 100644 --- a/test/ess-test-r.el +++ b/test/ess-test-r.el @@ -727,7 +727,7 @@ Arguments: You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. " - :test "RET" + :eval "RET" :result " R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. @@ -747,7 +747,7 @@ Type 'license()' or 'licence()' for distribution details. [1] 2 [1] 3 " - :test "RET" + :eval "RET" :result " > for(i in 1:3) { + print(i) |
