aboutsummaryrefslogtreecommitdiff
path: root/test/unit/eval/helpers.lua
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-03-12 21:58:57 +0300
committerZyX <kp-pav@yandex.ru>2017-03-29 10:08:45 +0300
commitbc87d23c28c10c70b4addaf18ae16bcbe0682c8a (patch)
treecf90454d9e40e6108f44e971d7bb405bd69ba784 /test/unit/eval/helpers.lua
parentb222453c95dbe466b79abd578642fa6038770a55 (diff)
downloadrneovim-bc87d23c28c10c70b4addaf18ae16bcbe0682c8a.tar.gz
rneovim-bc87d23c28c10c70b4addaf18ae16bcbe0682c8a.tar.bz2
rneovim-bc87d23c28c10c70b4addaf18ae16bcbe0682c8a.zip
unittests: Add tests for dictionary indexing
Diffstat (limited to 'test/unit/eval/helpers.lua')
-rw-r--r--test/unit/eval/helpers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/eval/helpers.lua b/test/unit/eval/helpers.lua
index 8faa8dbf5c..6909953022 100644
--- a/test/unit/eval/helpers.lua
+++ b/test/unit/eval/helpers.lua
@@ -538,6 +538,7 @@ return {
dict_watchers=dict_watchers,
tbl2callback=tbl2callback,
+ callback2tbl=callback2tbl,
empty_list = {[type_key]=list_type},
}