Hi Marco,
we have the same problem, even when the string is on one line.
The beautifier breaks
a_string||q'[t.changeuser = 'XYZ']'||a_string
into three lines:
a_string|| q
'[t.changeuser = ' XYZ
']' ||a_string
and therefore the package is no longer valid )-:
What do you think when this...