summaryrefslogtreecommitdiff
path: root/src/testdir/test_eval.ok
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-04-02 19:55:10 +0200
committerBram Moolenaar <Bram@vim.org>2014-04-02 19:55:10 +0200
commitb7cb42bc3878fcb62ed407f47f0a2cc960aa7c1e (patch)
tree5106cbff25dbcf19891a33f658aac198f1e85137 /src/testdir/test_eval.ok
parent41571769c9a236fd07b333a5eb98c461636b466c (diff)
downloadvim-git-b7cb42bc3878fcb62ed407f47f0a2cc960aa7c1e.tar.gz
updated for version 7.4.242v7.4.242
Problem: getreg() does not distinguish between a NL used for a line break and a NL used for a NUL character. Solution: Add another argument to return a list. (ZyX)
Diffstat (limited to 'src/testdir/test_eval.ok')
-rw-r--r--src/testdir/test_eval.ok7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/testdir/test_eval.ok b/src/testdir/test_eval.ok
new file mode 100644
index 000000000..8e6c987bd
--- /dev/null
+++ b/src/testdir/test_eval.ok
@@ -0,0 +1,7 @@
+result
+'one
+two
+three
+four
+'
+['one', 'two', 'three', 'four']