diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-06-27 10:27:10 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-11-30 15:25:20 -0500 |
commit | 75d099a62ed9d039994cea43972e9bea67c19474 (patch) | |
tree | ee5993ff72505e22f68afe1e7fe4422b17f31c05 /t | |
parent | dba23140b99d1195f570bb76aa19a9091d4ced5d (diff) | |
download | lite-xl-plugin-manager-75d099a62ed9d039994cea43972e9bea67c19474.tar.gz lite-xl-plugin-manager-75d099a62ed9d039994cea43972e9bea67c19474.zip |
Added welcome plugin.
Updated style.
Changed style again.
Diffstat (limited to 't')
-rw-r--r-- | t/run.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ local tests = { ["07_manifest"] = function() local results = json.decode(io.open("manifest.json", "rb"):read("*all")) assert(#results["remotes"] == 2) - assert(#results["addons"] == 2) + assert(#results["addons"] == 3) end, ["08_install_many"] = function() lpm("install encoding gitblame gitstatus language_ts lsp minimap") |