fix hover message
This commit is contained in:
parent
319a2ddf10
commit
abce63e696
@ -100,7 +100,8 @@ find the definition `10`, but if `opts.stop-early?` is set, it would find
|
|||||||
(not (varg? ?definition))
|
(not (varg? ?definition))
|
||||||
(= 1 (or 1 ?multival))
|
(= 1 (or 1 ?multival))
|
||||||
(not (sym? ?definition))
|
(not (sym? ?definition))
|
||||||
(= 0 (length stack)))
|
(= 0 (length stack))
|
||||||
|
(= nil (?. ?keys 1)))
|
||||||
definition
|
definition
|
||||||
|
|
||||||
(search-multival server file ?definition (stack-add-keys! stack ?keys) (or ?multival 1) opts))))
|
(search-multival server file ?definition (stack-add-keys! stack ?keys) (or ?multival 1) opts))))
|
||||||
|
|||||||
@ -190,7 +190,14 @@ except that it sets a new message handler `msgh`.")
|
|||||||
#($:find "eat your files")
|
#($:find "eat your files")
|
||||||
{:libraries {:evil true}})
|
{:libraries {:evil true}})
|
||||||
true false
|
true false
|
||||||
_ true)))
|
_ true))
|
||||||
|
nil)
|
||||||
|
|
||||||
|
(fn test-destructure []
|
||||||
|
(check "(local {: field} {:field {:foo :bar}})
|
||||||
|
field|"
|
||||||
|
"```fnl\n{:foo :bar}\n```")
|
||||||
|
nil)
|
||||||
|
|
||||||
{: test-literals
|
{: test-literals
|
||||||
: test-builtins
|
: test-builtins
|
||||||
@ -202,4 +209,5 @@ except that it sets a new message handler `msgh`.")
|
|||||||
: test-multival
|
: test-multival
|
||||||
: test-macro
|
: test-macro
|
||||||
: test-reader
|
: test-reader
|
||||||
: test-libraries}
|
: test-libraries
|
||||||
|
: test-destructure}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user