X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=BUGS.md;h=c88aa6e478be471e4c57a7ff8b4c6befe2400636;hb=59e1f047525b0437204f43a2f869d5b4f7823dd2;hp=1ec2b4874ca01c584a96c780bd1822a0f48b38f7;hpb=d1c03e1606c180175e5c7d91f0aa78d64ae6ac27;p=perltidy.git diff --git a/BUGS.md b/BUGS.md index 1ec2b48..c88aa6e 100644 --- a/BUGS.md +++ b/BUGS.md @@ -29,14 +29,20 @@ it part of the standard Perl distribution. But for example the following line which uses double brackets to contain single brackets does not render correctly. -## Two iterations are sometimes needed - -Usually the code produced by perltidy on the first pass does not change if it -is run again, but sometimes a second pass will produce some small additional -change. This mainly happens if a major style change is made, particularly when -perltidy is untangling complex ternary statements. Use the iteration parameter -**-it=2** if it is important that the results be unchanged on subsequent passes, -but note that this doubles the run time. +## Perltidy does not look for here-document targets inside of quoted strings + +For example, consider the following script + +``` +print "${ \<