diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-09-14 22:40:35 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-14 14:40:35 +0200 |
| commit | d36b01ff6956930b51a80cd773f618b708a5f595 (patch) | |
| tree | cd09e3530d9d2dc646c4c33a236e49a1fd8fce83 /cli/tests/testdata/lsp/registries/key_first.json | |
| parent | 5e2c5d0afa785b15c654b08409f0500ef9b96365 (diff) | |
fix(lsp): correctly parse registry patterns (#12063)
Diffstat (limited to 'cli/tests/testdata/lsp/registries/key_first.json')
| -rw-r--r-- | cli/tests/testdata/lsp/registries/key_first.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/lsp/registries/key_first.json b/cli/tests/testdata/lsp/registries/key_first.json new file mode 100644 index 000000000..c95261b25 --- /dev/null +++ b/cli/tests/testdata/lsp/registries/key_first.json @@ -0,0 +1,5 @@ +[ + "cde", + "cdef", + "def" +] |
