This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Bug folding PHP heredocs-style strings. #78
Closed
Description
Bug: create a function that has a heredoc string on it and a couple more lines after the end of the heredoc, then try to fold the function. It will stop at the word you used as the heredoc delimiter -since it need to be placed at the start of a line.
I'm in a hurry here so I can't upload images, but there is a better description of the bug in this post that I made yesterday:
https://discuss.atom.io/t/possible-bug-folding-php-heredocs-style-strings/17154