diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-14 16:27:54 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-14 16:27:54 -0500 |
commit | aa611fff136a4d401af475e3fe1ca4da877a23d0 (patch) | |
tree | ba979cc0fd2338d5ce8a58eba182fa5daae8a7b8 /t | |
parent | 9dbb35d453f0afe2712140f9692107419073de13 (diff) | |
download | lite-xl-plugin-manager-aa611fff136a4d401af475e3fe1ca4da877a23d0.tar.gz lite-xl-plugin-manager-aa611fff136a4d401af475e3fe1ca4da877a23d0.zip |
Added new test, and made already installed things be warnings, rather than errors.v0.999
Diffstat (limited to 't')
-rw-r--r-- | t/run.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -82,6 +82,9 @@ local tests = { local results = json.decode(io.open("manifest.json", "rb"):read("*all")) assert(#results["remotes"] == 2) assert(#results["addons"] == 2) + end, + ["08_install_many"] = function() + lpm("install encoding gitblame gitstatus language_ts lsp minimap") end } |