Save and restore pending here docs when sourcing files (fixes #2803)

This commit is contained in:
Vidar Holen
2023-07-30 16:52:40 -07:00
parent 372c0b667e
commit 9490b94886
3 changed files with 19 additions and 3 deletions

View File

@@ -1,8 +1,9 @@
## Git
### Added
- SC2324: Warn when x+=1 appends instead of increments.
- SC2324: Warn when x+=1 appends instead of increments
### Fixed
- source statements with here docs now work correctly
### Changed