fennel-ls/test
XeroOl cb9f09ba84 hotfix issue with path join
Not sure why I didn't test these changes, but the path-join function
didn't actually work fully as expected.
Now, various edge cases have been ironed out:
"/path" + "/foo/bar" -> "/foo/bar", instead of "/path/foo/bar"
"" + "code.fnl" -> "code.fnl", instead of "/code.fnl"
2025-06-06 11:43:49 -05:00
..
data/fennel-ls/docsets Add test to ensure that evil docsets can't run evil code. 2025-02-26 22:54:42 -08:00
utils Implement basic signatureHelp feature. 2025-03-21 10:42:13 -07:00
capabilities.fnl simplify tests. only one create-client function 2024-07-05 00:25:51 -05:00
cli.fnl rename "check" test to "cli" 2025-06-02 22:36:11 -05:00
code-action.fnl Update unnecessary tset lint to handle any key nesting depth. 2025-03-22 12:03:57 -07:00
completion.fnl fix documentation for macros, and fix completion item kind 2025-04-23 23:42:29 -05:00
diagnostic.fnl compiler warnings 2025-04-06 16:14:42 -05:00
document-highlight.fnl documentHighlight should not show references in other files 2025-03-02 08:56:29 -08:00
goto-definition.fnl macro modules and regular modules in separate namespaces 2025-04-10 14:28:21 -05:00
hover.fnl Format function signatures from ast and metadata the same. 2025-03-21 10:42:21 -07:00
init.fnl rename "check" test to "cli" 2025-06-02 22:36:11 -05:00
json-rpc.fnl Switch from rxi/json to dkjson, switch folder structure 2024-06-09 17:36:19 -05:00
lint.fnl Fix operator with no arguments lint incorrect report. 2025-03-24 08:31:23 -07:00
misc.fnl hotfix issue with path join 2025-06-06 11:43:49 -05:00
references.fnl simplify tests. only one create-client function 2024-07-05 00:25:51 -05:00
rename.fnl simplify tests. only one create-client function 2024-07-05 00:25:51 -05:00
settings.fnl Add test for config validation. 2025-02-28 02:30:59 -08:00
signature-help.fnl SignatureHelp returns parameters ranges instead just the name. 2025-04-07 20:56:19 -07:00
string-processing.fnl Change tests to faith 2024-03-01 14:43:26 -06:00