Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Update LSP test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Feb 8, 2019
1 parent 7a1f604 commit de2bf56
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/lsp/ast-in-line-code-action.expect
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
{
"globPattern": "**/*.php"
},
{
"globPattern": "**/*.hck"
},
{
"globPattern": "**/*.hack"
},
{
"globPattern": "**/*.hh"
}
Expand Down
6 changes: 6 additions & 0 deletions tests/lsp/basic-diagnostic.expect
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
{
"globPattern": "**/*.php"
},
{
"globPattern": "**/*.hck"
},
{
"globPattern": "**/*.hack"
},
{
"globPattern": "**/*.hh"
}
Expand Down
6 changes: 6 additions & 0 deletions tests/lsp/non-ast-in-line-code-action.expect
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
{
"globPattern": "**/*.php"
},
{
"globPattern": "**/*.hck"
},
{
"globPattern": "**/*.hack"
},
{
"globPattern": "**/*.hh"
}
Expand Down

0 comments on commit de2bf56

Please sign in to comment.