Skip to content

Commit

Permalink
Add empty triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
neild3r committed Mar 27, 2017
1 parent 88b3823 commit dc008c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/fixtures/completions.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ protected function name()
class Blah
{
}
////=> empty
/**
7 changes: 7 additions & 0 deletions test/fixtures/completions.php.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,12 @@
"result": [
"/**"
]
},
{
"key": "empty",
"name": "Empty trigger",
"result": [
"/**"
]
}
]

0 comments on commit dc008c5

Please sign in to comment.