Parse here docs as per spec (fixes #1050)

This commit is contained in:
Vidar Holen
2018-05-26 20:43:30 -07:00
parent 467dfe07b6
commit 135cf5932f
2 changed files with 91 additions and 36 deletions

View File

@@ -20,6 +20,7 @@
- FD move operations like {fd}>1- now parse correctly
### Changed
- Here docs are now terminated as per spec, rather than by presumed intent
- SC1073: 'else if' is now parsed correctly and not like 'elif'
- SC2163: 'export $name' can now be silenced with 'export ${name?}'
- SC2183: Now warns when printf arg count is not a multiple of format count