🐛 Fix wrong suggestions following an invalid literal (#72)

*  Add a test for suggestions after an invalid literal

* 🐛 Fix wrong suggestions following an invalid literal

* 📚 Document literal suggestion fix in CHANGELOG

Co-authored-by: Alexander Söderberg <sauilitired@gmail.com>
This commit is contained in:
Jason 2020-10-18 12:34:27 -07:00 committed by Alexander Söderberg
parent 27d228cb4c
commit c051ff20df
3 changed files with 25 additions and 2 deletions

View file

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed quoted parsing in StringArgument
- Fixed wrong suggestions following invalid literals
## [1.0.1] - 2020-10-14