On Wed, Jun 19, 2013 at 03:02:38PM +0800, Chung-Ju Wu wrote: > In the gnu coding standard we have a space before > the open-parentheses. Would that be great to have > testcase follow this convention as well? :) > > If so, then...
Testcases generally don't need to follow the coding conventions, they can and often it is nicer if they follow it, but we certainly also want testcases that don't follow it, otherwise we wouldn't have testsuite coverage for other coding styles (what if say a parser or preprocessor didn't work properly if there wasn't a space in between function name and ( ?). Jakub