TOAD 12.11 formatter - calling subscripts

What is the proper way to call a subscript?

TOAD 12.10:

BEGIN
dbms_output.put_line(‘test’);
END;
/

@subscript.sql

TOAD 12.11 formatter inserts a white space

BEGIN
dbms_output.put_line(‘test’);
END;
/

@ subscript.sql

Script engine and sqlplus are able to handle both.

What was the reasoning for inserting a white space here?

What is more appropriate?

Hi Hans-Werner,

You are completely right, that space should not be there, almost nobody seems to write it. Both @subscript and @@subscript forms have been fixed in QP5 component version 5.315 which you’ll find in one of the next betas.

Thanks for reporting this,
Andre