Skip to content

Commit

Permalink
Add logging...
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoncho committed May 2, 2023
1 parent eb8065c commit a3177e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lsp-common-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
(lsp-register-custom-settings '(("section2.nested.prop2" lsp-nested-prop2)))

(ert-deftest lsp--custom-settings-test-2 ()
(message "XXXXXXXXXXXXXXXX %s" (lsp-ht->alist (lsp-configuration-section "section2")))
(cl-assert (equal (lsp-ht->alist (lsp-configuration-section "section2"))
'(("section2" ("nested" ("prop1" . "10") ("prop2" . "20")))))))

Expand Down

0 comments on commit a3177e4

Please sign in to comment.