Call for Code Formatter Testcases

As said in my previous blog post, most of my existing test cases for the code formatter now work. But I am sure there are many other cases where it fails miserably. Especially the newer Delphi language constructs will probably highlight many problems.

Since I am mostly using Delphi 2007, I might not even be aware of these constructs and even if I read about them, I don’t use them much in my day to day work.

So, please, if you encounter something that does not get formatted correctly, send me a the source code for a minimal (!) unit that displays the problem. It should be a fully compilable unit, not just a code snippet. It should also be formatted as you expect it to be formatted.

And of course, if you fix the problem yourself or added a feature, you are welcome to send me patches to be integrated.