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/complex.json | |
| parent | 5e2c5d0afa785b15c654b08409f0500ef9b96365 (diff) | |
fix(lsp): correctly parse registry patterns (#12063)
Diffstat (limited to 'cli/tests/testdata/lsp/registries/complex.json')
| -rw-r--r-- | cli/tests/testdata/lsp/registries/complex.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/lsp/registries/complex.json b/cli/tests/testdata/lsp/registries/complex.json new file mode 100644 index 000000000..b6e28649a --- /dev/null +++ b/cli/tests/testdata/lsp/registries/complex.json @@ -0,0 +1,5 @@ +[ + "efg", + "efgh", + "fg" +] |
