Community
Participate
Working Groups
If I generate with the following templates: <tabulation>[aClass.attributes()/] <tabulation>[aClass.references()/] And: [template private attributes(aClass : EClass)] [for( x : X | y)] blabla [/for] [/template] [template private references(aClass : EClass)] [for( x : X | y)] bloblo [/for] [/template] The result will look like this: <tabulation>blabla <tabulation> <tabulation>blabla <tabulation> <tabulation> <tabulation>bloblo <tabulation> <tabulation>bloblo <tabulation> <tabulation>bloblo <tabulation> But there should only be one new line between the blablas and the bloblos.
This actually works as designed. The "extra" empty line is what is between these two : <tabulation>[aClass.attributes()/] <=== here <tabulation>[aClass.references()/]